pub struct PutPubFh;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PutPubFh
impl RefUnwindSafe for PutPubFh
impl Send for PutPubFh
impl Sync for PutPubFh
impl Unpin for PutPubFh
impl UnwindSafe for PutPubFh
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