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