pub enum RcProfile1 {
Source(RcProfileSource),
Tv {
id: RcProfileId,
},
}Variants§
Trait Implementations§
Source§impl Clone for RcProfile1
impl Clone for RcProfile1
Source§fn clone(&self) -> RcProfile1
fn clone(&self) -> RcProfile1
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 RcProfile1
impl Debug for RcProfile1
Source§impl From<RcProfile1> for u8
impl From<RcProfile1> for u8
Source§fn from(profile: RcProfile1) -> u8
fn from(profile: RcProfile1) -> u8
Converts to this type from the input type.
Source§impl From<RcProfileSource> for RcProfile1
impl From<RcProfileSource> for RcProfile1
Source§fn from(val: RcProfileSource) -> RcProfile1
fn from(val: RcProfileSource) -> RcProfile1
Converts to this type from the input type.
Source§impl Hash for RcProfile1
impl Hash for RcProfile1
Source§impl PartialEq for RcProfile1
impl PartialEq for RcProfile1
Source§impl TryFrom<u8> for RcProfile1
impl TryFrom<u8> for RcProfile1
impl Copy for RcProfile1
impl Eq for RcProfile1
impl StructuralPartialEq for RcProfile1
Auto Trait Implementations§
impl Freeze for RcProfile1
impl RefUnwindSafe for RcProfile1
impl Send for RcProfile1
impl Sync for RcProfile1
impl Unpin for RcProfile1
impl UnsafeUnpin for RcProfile1
impl UnwindSafe for RcProfile1
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