pub enum VideoProfilesContent {
VideoProfileMember(VideoProfileMember),
}Variants§
VideoProfileMember(VideoProfileMember)
Trait Implementations§
Source§impl Clone for VideoProfilesContent
impl Clone for VideoProfilesContent
Source§fn clone(&self) -> VideoProfilesContent
fn clone(&self) -> VideoProfilesContent
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 VideoProfilesContent
impl Debug for VideoProfilesContent
Source§impl PartialEq for VideoProfilesContent
impl PartialEq for VideoProfilesContent
impl Eq for VideoProfilesContent
impl StructuralPartialEq for VideoProfilesContent
Auto Trait Implementations§
impl Freeze for VideoProfilesContent
impl RefUnwindSafe for VideoProfilesContent
impl Send for VideoProfilesContent
impl Sync for VideoProfilesContent
impl Unpin for VideoProfilesContent
impl UnwindSafe for VideoProfilesContent
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