pub struct VideoOther;Trait Implementations§
Source§impl Debug for VideoOther
impl Debug for VideoOther
Source§impl OpenGraphTypeMarker for VideoOther
impl OpenGraphTypeMarker for VideoOther
Auto Trait Implementations§
impl Freeze for VideoOther
impl RefUnwindSafe for VideoOther
impl Send for VideoOther
impl Sync for VideoOther
impl Unpin for VideoOther
impl UnwindSafe for VideoOther
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