pub struct DataBlobConfig { /* private fields */ }Expand description
Configuration information for a cached data blob.
Implementations§
Auto Trait Implementations§
impl !Freeze for DataBlobConfig
impl RefUnwindSafe for DataBlobConfig
impl Send for DataBlobConfig
impl Sync for DataBlobConfig
impl Unpin for DataBlobConfig
impl UnwindSafe for DataBlobConfig
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