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