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