pub struct RoleNamePropertyIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for RoleNamePropertyIriOrLabel
impl PartialEq<&str> for RoleNamePropertyIriOrLabel
source§impl PartialEq<RoleNamePropertyIriOrLabel> for &str
impl PartialEq<RoleNamePropertyIriOrLabel> for &str
source§fn eq(&self, other: &RoleNamePropertyIriOrLabel) -> bool
fn eq(&self, other: &RoleNamePropertyIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for RoleNamePropertyIriOrLabel
impl RefUnwindSafe for RoleNamePropertyIriOrLabel
impl Send for RoleNamePropertyIriOrLabel
impl Sync for RoleNamePropertyIriOrLabel
impl Unpin for RoleNamePropertyIriOrLabel
impl UnwindSafe for RoleNamePropertyIriOrLabel
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