pub struct Blob { /* private fields */ }Expand description
A blob object
Represents arbitrary data, e.g. the contents of a file
Implementations§
Trait Implementations§
Source§impl Ord for Blob
impl Ord for Blob
Source§impl PartialOrd for Blob
impl PartialOrd for Blob
impl Eq for Blob
Auto Trait Implementations§
impl Freeze for Blob
impl RefUnwindSafe for Blob
impl Send for Blob
impl Sync for Blob
impl Unpin for Blob
impl UnsafeUnpin for Blob
impl UnwindSafe for Blob
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