Struct fidl_fuchsia_pkg_ext::cache::BlobCloser
source · pub struct BlobCloser { /* private fields */ }
Expand description
A handle to a blob that must be explicitly closed to prevent future opens of the same blob from racing with this blob closing.
Implementations§
source§impl BlobCloser
impl BlobCloser
Trait Implementations§
source§impl Debug for BlobCloser
impl Debug for BlobCloser
Auto Trait Implementations§
impl Freeze for BlobCloser
impl !RefUnwindSafe for BlobCloser
impl Send for BlobCloser
impl Sync for BlobCloser
impl Unpin for BlobCloser
impl !UnwindSafe for BlobCloser
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