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