Struct tw_api::types::VoidStorage
source · pub struct VoidStorage {}Trait Implementations§
source§impl Debug for VoidStorage
impl Debug for VoidStorage
Auto Trait Implementations§
impl RefUnwindSafe for VoidStorage
impl Send for VoidStorage
impl Sync for VoidStorage
impl Unpin for VoidStorage
impl UnwindSafe for VoidStorage
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