pub struct Captions {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Captions
impl RefUnwindSafe for Captions
impl Send for Captions
impl Sync for Captions
impl Unpin for Captions
impl UnwindSafe for Captions
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