#[non_exhaustive]pub enum Section {
}Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
TcfEuV1(TcfEuV1)
TcfEuV2(TcfEuV2)
TcfCaV1(TcfCaV1)
UspV1(UspV1)
UsNat(UsNat)
UsCa(UsCa)
UsVa(UsVa)
UsCo(UsCo)
UsUt(UsUt)
UsCt(UsCt)
UsFl(UsFl)
UsMt(UsMt)
UsOr(UsOr)
UsTx(UsTx)
UsDe(UsDe)
UsIa(UsIa)
UsNe(UsNe)
UsNh(UsNh)
UsNj(UsNj)
UsTn(UsTn)
UsMn(UsMn)
Implementations§
Trait Implementations§
impl Eq for Section
impl StructuralPartialEq for Section
Auto Trait Implementations§
impl Freeze for Section
impl RefUnwindSafe for Section
impl Send for Section
impl Sync for Section
impl Unpin for Section
impl UnsafeUnpin for Section
impl UnwindSafe for Section
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