pub struct InitAuthenticatedSession(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl Communicable<Request> for InitAuthenticatedSession
impl Communicable<Request> for InitAuthenticatedSession
fn to_communication(&self) -> Communication<Request>
fn try_from_communication( communication: &Communication<Request>, ) -> Result<Self, DecodeError>
Auto Trait Implementations§
impl Freeze for InitAuthenticatedSession
impl RefUnwindSafe for InitAuthenticatedSession
impl Send for InitAuthenticatedSession
impl Sync for InitAuthenticatedSession
impl Unpin for InitAuthenticatedSession
impl UnwindSafe for InitAuthenticatedSession
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