pub struct LifestyleModificationIri;Trait Implementations§
Source§impl PartialEq<&str> for LifestyleModificationIri
impl PartialEq<&str> for LifestyleModificationIri
Source§impl PartialEq<LifestyleModificationIri> for &str
impl PartialEq<LifestyleModificationIri> for &str
Auto Trait Implementations§
impl Freeze for LifestyleModificationIri
impl RefUnwindSafe for LifestyleModificationIri
impl Send for LifestyleModificationIri
impl Sync for LifestyleModificationIri
impl Unpin for LifestyleModificationIri
impl UnwindSafe for LifestyleModificationIri
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