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