pub struct AttachStorageHandle { /* private fields */ }Expand description
Handle to an attach-storage subscription. Call
AttachStorageHandle::detach to dispose it (no RAII — D246 r3).
Implementations§
Auto Trait Implementations§
impl Freeze for AttachStorageHandle
impl RefUnwindSafe for AttachStorageHandle
impl Send for AttachStorageHandle
impl Sync for AttachStorageHandle
impl Unpin for AttachStorageHandle
impl UnsafeUnpin for AttachStorageHandle
impl UnwindSafe for AttachStorageHandle
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