pub struct PropertiesPresent;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropertiesPresent
impl RefUnwindSafe for PropertiesPresent
impl Send for PropertiesPresent
impl Sync for PropertiesPresent
impl Unpin for PropertiesPresent
impl UnwindSafe for PropertiesPresent
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