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