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