pub struct MsgDirection;Expand description
MsgDirection (385).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsgDirection
impl RefUnwindSafe for MsgDirection
impl Send for MsgDirection
impl Sync for MsgDirection
impl Unpin for MsgDirection
impl UnsafeUnpin for MsgDirection
impl UnwindSafe for MsgDirection
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