pub struct FetchVideoBuilder { /* private fields */ }Expand description
Builder for FetchVideo.
Implementations§
Source§impl FetchVideoBuilder
impl FetchVideoBuilder
Sourcepub fn new() -> Self
pub fn new() -> Self
Create a new FetchVideoBuilder.
Sourcepub fn build(self) -> FetchVideo
pub fn build(self) -> FetchVideo
Create FetchVideo from the FetchVideoBuilder
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