pub struct Sled { /* private fields */ }Expand description
Sled is an impementation of a Collection using Sled to store the objects.
Implementations§
Trait Implementations§
Source§impl<'a, T> Collection<'a, T> for Sledwhere
T: Serialize + DeserializeOwned + 'a,
impl<'a, T> Collection<'a, T> for Sledwhere
T: Serialize + DeserializeOwned + 'a,
Auto Trait Implementations§
impl Freeze for Sled
impl !RefUnwindSafe for Sled
impl Send for Sled
impl Sync for Sled
impl Unpin for Sled
impl !UnwindSafe for Sled
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