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