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