#[repr(C)]pub struct DocumentStorage { /* private fields */ }
Trait Implementations§
Source§impl ExternType for DocumentStorage
impl ExternType for DocumentStorage
impl UniquePtrTarget for DocumentStorage
Auto Trait Implementations§
impl !Freeze for DocumentStorage
impl RefUnwindSafe for DocumentStorage
impl !Send for DocumentStorage
impl !Sync for DocumentStorage
impl !Unpin for DocumentStorage
impl UnwindSafe for DocumentStorage
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