pub struct TemporaryBlobs(/* private fields */);Expand description
A tool to create temporary blobs.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TemporaryBlobs
impl RefUnwindSafe for TemporaryBlobs
impl Send for TemporaryBlobs
impl Sync for TemporaryBlobs
impl Unpin for TemporaryBlobs
impl UnwindSafe for TemporaryBlobs
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