pub enum SubgroupType {
Sample,
Main,
}Expand description
Subgroup’s type
Variants§
Trait Implementations§
Source§impl Clone for SubgroupType
impl Clone for SubgroupType
Source§fn clone(&self) -> SubgroupType
fn clone(&self) -> SubgroupType
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 moreSource§impl Debug for SubgroupType
impl Debug for SubgroupType
Source§impl<'de> Deserialize<'de> for SubgroupType
impl<'de> Deserialize<'de> for SubgroupType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SubgroupType
impl PartialEq for SubgroupType
Source§impl Serialize for SubgroupType
impl Serialize for SubgroupType
impl StructuralPartialEq for SubgroupType
Auto Trait Implementations§
impl Freeze for SubgroupType
impl RefUnwindSafe for SubgroupType
impl Send for SubgroupType
impl Sync for SubgroupType
impl Unpin for SubgroupType
impl UnsafeUnpin for SubgroupType
impl UnwindSafe for SubgroupType
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