pub enum TeamRetirementSubTeamHandling {
Unnest,
Retire,
Unknown,
}Expand description
Internal How to handle sub-teams when retiring a parent team.
Variants§
Trait Implementations§
Source§impl Clone for TeamRetirementSubTeamHandling
impl Clone for TeamRetirementSubTeamHandling
Source§fn clone(&self) -> TeamRetirementSubTeamHandling
fn clone(&self) -> TeamRetirementSubTeamHandling
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<'de> Deserialize<'de> for TeamRetirementSubTeamHandling
impl<'de> Deserialize<'de> for TeamRetirementSubTeamHandling
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 TeamRetirementSubTeamHandling
impl PartialEq for TeamRetirementSubTeamHandling
Source§fn eq(&self, other: &TeamRetirementSubTeamHandling) -> bool
fn eq(&self, other: &TeamRetirementSubTeamHandling) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TeamRetirementSubTeamHandling
impl StructuralPartialEq for TeamRetirementSubTeamHandling
Auto Trait Implementations§
impl Freeze for TeamRetirementSubTeamHandling
impl RefUnwindSafe for TeamRetirementSubTeamHandling
impl Send for TeamRetirementSubTeamHandling
impl Sync for TeamRetirementSubTeamHandling
impl Unpin for TeamRetirementSubTeamHandling
impl UnwindSafe for TeamRetirementSubTeamHandling
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