pub struct IPropertyStorage(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IPropertyStorage
impl !Sync for IPropertyStorage
impl Freeze for IPropertyStorage
impl RefUnwindSafe for IPropertyStorage
impl Unpin for IPropertyStorage
impl UnsafeUnpin for IPropertyStorage
impl UnwindSafe for IPropertyStorage
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