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