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