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