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