pub struct EditableFieldBoolean(pub bool);Tuple Fields§
§0: boolTrait Implementations§
Source§impl Clone for EditableFieldBoolean
impl Clone for EditableFieldBoolean
Source§fn clone(&self) -> EditableFieldBoolean
fn clone(&self) -> EditableFieldBoolean
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 EditableFieldBoolean
impl Debug for EditableFieldBoolean
Source§impl<'de> Deserialize<'de> for EditableFieldBoolean
impl<'de> Deserialize<'de> for EditableFieldBoolean
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 EditableFieldType for EditableFieldBoolean
impl EditableFieldType for EditableFieldBoolean
Source§fn field_type(&self) -> FieldType
fn field_type(&self) -> FieldType
The
field_type value associated with the typeAuto Trait Implementations§
impl Freeze for EditableFieldBoolean
impl RefUnwindSafe for EditableFieldBoolean
impl Send for EditableFieldBoolean
impl Sync for EditableFieldBoolean
impl Unpin for EditableFieldBoolean
impl UnwindSafe for EditableFieldBoolean
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