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