pub struct VideoBuilder { /* private fields */ }Expand description
Builder for the Video structure
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VideoBuilder
impl RefUnwindSafe for VideoBuilder
impl Send for VideoBuilder
impl Sync for VideoBuilder
impl Unpin for VideoBuilder
impl UnwindSafe for VideoBuilder
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