pub enum FormChoice {
Unqualified,
Qualified,
}Expand description
Form choice for element/attribute form defaults
Variants§
Trait Implementations§
Source§impl Clone for FormChoice
impl Clone for FormChoice
Source§fn clone(&self) -> FormChoice
fn clone(&self) -> FormChoice
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 FormChoice
Source§impl Debug for FormChoice
impl Debug for FormChoice
Source§impl Default for FormChoice
impl Default for FormChoice
Source§fn default() -> FormChoice
fn default() -> FormChoice
Returns the “default value” for a type. Read more
impl Eq for FormChoice
Source§impl PartialEq for FormChoice
impl PartialEq for FormChoice
Source§fn eq(&self, other: &FormChoice) -> bool
fn eq(&self, other: &FormChoice) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FormChoice
Auto Trait Implementations§
impl Freeze for FormChoice
impl RefUnwindSafe for FormChoice
impl Send for FormChoice
impl Sync for FormChoice
impl Unpin for FormChoice
impl UnsafeUnpin for FormChoice
impl UnwindSafe for FormChoice
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