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