pub enum VideoProfileMemberContent {
VideoProfile(VideoProfile),
}Variants§
VideoProfile(VideoProfile)
Trait Implementations§
Source§impl Clone for VideoProfileMemberContent
impl Clone for VideoProfileMemberContent
Source§fn clone(&self) -> VideoProfileMemberContent
fn clone(&self) -> VideoProfileMemberContent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VideoProfileMemberContent
impl Debug for VideoProfileMemberContent
impl Eq for VideoProfileMemberContent
impl StructuralPartialEq for VideoProfileMemberContent
Auto Trait Implementations§
impl Freeze for VideoProfileMemberContent
impl RefUnwindSafe for VideoProfileMemberContent
impl Send for VideoProfileMemberContent
impl Sync for VideoProfileMemberContent
impl Unpin for VideoProfileMemberContent
impl UnwindSafe for VideoProfileMemberContent
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