pub enum SectionRequirement {
Optional,
Required,
}Variants§
Trait Implementations§
Source§impl Clone for SectionRequirement
impl Clone for SectionRequirement
Source§fn clone(&self) -> SectionRequirement
fn clone(&self) -> SectionRequirement
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 moreimpl Copy for SectionRequirement
Source§impl Debug for SectionRequirement
impl Debug for SectionRequirement
Source§impl<'de> Deserialize<'de> for SectionRequirement
impl<'de> Deserialize<'de> for SectionRequirement
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
impl Eq for SectionRequirement
Source§impl PartialEq for SectionRequirement
impl PartialEq for SectionRequirement
Source§impl Serialize for SectionRequirement
impl Serialize for SectionRequirement
impl StructuralPartialEq for SectionRequirement
Auto Trait Implementations§
impl Freeze for SectionRequirement
impl RefUnwindSafe for SectionRequirement
impl Send for SectionRequirement
impl Sync for SectionRequirement
impl Unpin for SectionRequirement
impl UnsafeUnpin for SectionRequirement
impl UnwindSafe for SectionRequirement
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