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