pub enum ConferenceType {
Broadcast,
Meeting,
Moderated,
Test,
H332,
}
Expand description
The type
attribute as it appears in the attribute line(s) (a=
).
Variants§
Trait Implementations§
Source§impl Clone for ConferenceType
impl Clone for ConferenceType
Source§fn clone(&self) -> ConferenceType
fn clone(&self) -> ConferenceType
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 ConferenceType
impl Debug for ConferenceType
Source§impl Display for ConferenceType
impl Display for ConferenceType
Source§impl Ord for ConferenceType
impl Ord for ConferenceType
Source§fn cmp(&self, other: &ConferenceType) -> Ordering
fn cmp(&self, other: &ConferenceType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ConferenceType
impl PartialEq for ConferenceType
Source§impl PartialOrd for ConferenceType
impl PartialOrd for ConferenceType
Source§impl<'a> TryFrom<&'a str> for ConferenceType
impl<'a> TryFrom<&'a str> for ConferenceType
impl Copy for ConferenceType
impl Eq for ConferenceType
impl StructuralPartialEq for ConferenceType
Auto Trait Implementations§
impl Freeze for ConferenceType
impl RefUnwindSafe for ConferenceType
impl Send for ConferenceType
impl Sync for ConferenceType
impl Unpin for ConferenceType
impl UnwindSafe for ConferenceType
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