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