pub struct JoinAccept { /* private fields */ }Expand description
A successful activation: the session to use, plus the network parameters the accept carried.
Implementations§
Trait Implementations§
Source§impl Clone for JoinAccept
impl Clone for JoinAccept
Source§fn clone(&self) -> JoinAccept
fn clone(&self) -> JoinAccept
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for JoinAccept
Source§impl Debug for JoinAccept
impl Debug for JoinAccept
impl Eq for JoinAccept
Source§impl PartialEq for JoinAccept
impl PartialEq for JoinAccept
Source§fn eq(&self, other: &JoinAccept) -> bool
fn eq(&self, other: &JoinAccept) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for JoinAccept
Auto Trait Implementations§
impl Freeze for JoinAccept
impl RefUnwindSafe for JoinAccept
impl Send for JoinAccept
impl Sync for JoinAccept
impl Unpin for JoinAccept
impl UnsafeUnpin for JoinAccept
impl UnwindSafe for JoinAccept
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more