pub struct FileBlob { /* private fields */ }
Expand description
A blob backed by a local file.
Implementations§
Trait Implementations§
Source§impl Blob for FileBlob
impl Blob for FileBlob
Auto Trait Implementations§
impl Freeze for FileBlob
impl RefUnwindSafe for FileBlob
impl Send for FileBlob
impl Sync for FileBlob
impl Unpin for FileBlob
impl UnwindSafe for FileBlob
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