pub struct LetsGo {}Expand description
Sent by the initiator to confirm schema compatibility and establish the session.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LetsGo
impl RefUnwindSafe for LetsGo
impl Send for LetsGo
impl Sync for LetsGo
impl Unpin for LetsGo
impl UnsafeUnpin for LetsGo
impl UnwindSafe for LetsGo
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