pub enum AlternateForm {
Deactivated,
Activated,
}Variants§
Implementations§
Trait Implementations§
Source§impl AllowedSpecifierBuilder<AlternateForm> for AllowedSpecifier
impl AllowedSpecifierBuilder<AlternateForm> for AllowedSpecifier
fn allow(self, constraint: AlternateForm) -> Self
fn forbid(self, constraint: AlternateForm) -> Self
Source§impl Clone for AlternateForm
impl Clone for AlternateForm
Source§fn clone(&self) -> AlternateForm
fn clone(&self) -> AlternateForm
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 AlternateForm
impl Debug for AlternateForm
Source§impl PartialEq for AlternateForm
impl PartialEq for AlternateForm
Source§impl ToAlternateForm for AlternateForm
impl ToAlternateForm for AlternateForm
fn to_alternate_form(self) -> AlternateForm
impl Eq for AlternateForm
impl StructuralPartialEq for AlternateForm
Auto Trait Implementations§
impl Freeze for AlternateForm
impl RefUnwindSafe for AlternateForm
impl Send for AlternateForm
impl Sync for AlternateForm
impl Unpin for AlternateForm
impl UnwindSafe for AlternateForm
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