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