pub struct FileMemory(/* private fields */);
Expand description
A Memory
backed by a file.
Implementations§
Trait Implementations§
Source§impl Clone for FileMemory
impl Clone for FileMemory
Source§fn clone(&self) -> FileMemory
fn clone(&self) -> FileMemory
Returns a duplicate 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 Freeze for FileMemory
impl !RefUnwindSafe for FileMemory
impl !Send for FileMemory
impl !Sync for FileMemory
impl Unpin for FileMemory
impl !UnwindSafe for FileMemory
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