pub struct PlannedVideo {
pub groups: Vec<PlannedVideoGroup>,
}Fields§
§groups: Vec<PlannedVideoGroup>Trait Implementations§
Source§impl Clone for PlannedVideo
impl Clone for PlannedVideo
Source§fn clone(&self) -> PlannedVideo
fn clone(&self) -> PlannedVideo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PlannedVideo
impl RefUnwindSafe for PlannedVideo
impl Send for PlannedVideo
impl Sync for PlannedVideo
impl Unpin for PlannedVideo
impl UnsafeUnpin for PlannedVideo
impl UnwindSafe for PlannedVideo
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