pub struct TypesField {
pub value: FieldValue,
}Fields§
§value: FieldValueTrait Implementations§
Source§impl Clone for TypesField
impl Clone for TypesField
Source§fn clone(&self) -> TypesField
fn clone(&self) -> TypesField
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 TypesField
impl Debug for TypesField
Source§impl<'de> Deserialize<'de> for TypesField
impl<'de> Deserialize<'de> for TypesField
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 PartialEq for TypesField
impl PartialEq for TypesField
Source§impl Serialize for TypesField
impl Serialize for TypesField
impl Eq for TypesField
impl StructuralPartialEq for TypesField
Auto Trait Implementations§
impl Freeze for TypesField
impl RefUnwindSafe for TypesField
impl Send for TypesField
impl Sync for TypesField
impl Unpin for TypesField
impl UnwindSafe for TypesField
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