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