pub struct FetchVideoBuilder { /* private fields */ }
Expand description
Builder for FetchVideo
.
Implementations§
Trait Implementations§
Source§impl Default for FetchVideoBuilder
impl Default for FetchVideoBuilder
Source§fn default() -> FetchVideoBuilder
fn default() -> FetchVideoBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FetchVideoBuilder
impl RefUnwindSafe for FetchVideoBuilder
impl Send for FetchVideoBuilder
impl Sync for FetchVideoBuilder
impl Unpin for FetchVideoBuilder
impl UnwindSafe for FetchVideoBuilder
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