Struct oca_dag::data_storage::SledDataStorage
source · pub struct SledDataStorage { /* private fields */ }Trait Implementations§
source§impl Clone for SledDataStorage
impl Clone for SledDataStorage
source§fn clone(&self) -> SledDataStorage
fn clone(&self) -> SledDataStorage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for SledDataStorage
impl Send for SledDataStorage
impl Sync for SledDataStorage
impl Unpin for SledDataStorage
impl !UnwindSafe for SledDataStorage
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