pub struct EditableFieldConcealedString(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for EditableFieldConcealedString
impl Clone for EditableFieldConcealedString
Source§fn clone(&self) -> EditableFieldConcealedString
fn clone(&self) -> EditableFieldConcealedString
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 EditableFieldConcealedString
impl Debug for EditableFieldConcealedString
Source§impl<'de> Deserialize<'de> for EditableFieldConcealedString
impl<'de> Deserialize<'de> for EditableFieldConcealedString
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 EditableFieldConcealedString
impl EditableFieldType for EditableFieldConcealedString
Source§fn field_type(&self) -> FieldType
fn field_type(&self) -> FieldType
The
field_type value associated with the typeSource§impl PartialEq for EditableFieldConcealedString
impl PartialEq for EditableFieldConcealedString
Source§fn eq(&self, other: &EditableFieldConcealedString) -> bool
fn eq(&self, other: &EditableFieldConcealedString) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EditableFieldConcealedString
impl StructuralPartialEq for EditableFieldConcealedString
Auto Trait Implementations§
impl Freeze for EditableFieldConcealedString
impl RefUnwindSafe for EditableFieldConcealedString
impl Send for EditableFieldConcealedString
impl Sync for EditableFieldConcealedString
impl Unpin for EditableFieldConcealedString
impl UnwindSafe for EditableFieldConcealedString
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