pub struct EditableFieldCountryCode(pub String);Tuple Fields§
§0: StringTrait Implementations§
Source§impl Clone for EditableFieldCountryCode
impl Clone for EditableFieldCountryCode
Source§fn clone(&self) -> EditableFieldCountryCode
fn clone(&self) -> EditableFieldCountryCode
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 EditableFieldCountryCode
impl Debug for EditableFieldCountryCode
Source§impl<'de> Deserialize<'de> for EditableFieldCountryCode
impl<'de> Deserialize<'de> for EditableFieldCountryCode
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 EditableFieldCountryCode
impl EditableFieldType for EditableFieldCountryCode
Source§fn field_type(&self) -> FieldType
fn field_type(&self) -> FieldType
The
field_type value associated with the typeSource§impl PartialEq for EditableFieldCountryCode
impl PartialEq for EditableFieldCountryCode
Source§impl Serialize for EditableFieldCountryCode
impl Serialize for EditableFieldCountryCode
impl Eq for EditableFieldCountryCode
impl StructuralPartialEq for EditableFieldCountryCode
Auto Trait Implementations§
impl Freeze for EditableFieldCountryCode
impl RefUnwindSafe for EditableFieldCountryCode
impl Send for EditableFieldCountryCode
impl Sync for EditableFieldCountryCode
impl Unpin for EditableFieldCountryCode
impl UnwindSafe for EditableFieldCountryCode
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