pub struct ExternalBufferSled { /* private fields */ }Expand description
Sled as the persistent buffer with FIFO queue order
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ExternalBufferSled
impl !RefUnwindSafe for ExternalBufferSled
impl Send for ExternalBufferSled
impl Sync for ExternalBufferSled
impl Unpin for ExternalBufferSled
impl !UnwindSafe for ExternalBufferSled
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