pub struct CompleteStorage { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CompleteStorage
 
impl Clone for CompleteStorage
Source§fn clone(&self) -> CompleteStorage
 
fn clone(&self) -> CompleteStorage
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 moreSource§impl Debug for CompleteStorage
 
impl Debug for CompleteStorage
Source§impl From<CompleteStorage> for BaoFileStorage
 
impl From<CompleteStorage> for BaoFileStorage
Source§fn from(value: CompleteStorage) -> Self
 
fn from(value: CompleteStorage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for CompleteStorage
impl RefUnwindSafe for CompleteStorage
impl Send for CompleteStorage
impl Sync for CompleteStorage
impl Unpin for CompleteStorage
impl UnwindSafe for CompleteStorage
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