pub struct WalShipper;Expand description
Stub — replication not available in community edition.
Auto Trait Implementations§
impl Freeze for WalShipper
impl RefUnwindSafe for WalShipper
impl Send for WalShipper
impl Sync for WalShipper
impl Unpin for WalShipper
impl UnsafeUnpin for WalShipper
impl UnwindSafe for WalShipper
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