pub struct PamojaStore { /* private fields */ }Expand description
An opaque handle to a store-and-forward buffer.
Auto Trait Implementations§
impl Freeze for PamojaStore
impl RefUnwindSafe for PamojaStore
impl Send for PamojaStore
impl Sync for PamojaStore
impl Unpin for PamojaStore
impl UnsafeUnpin for PamojaStore
impl UnwindSafe for PamojaStore
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