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