pub struct ValTypeField {
pub mut_: Mut,
pub id: Id_,
pub typ: Type_,
}Fields§
§mut_: Mut§id: Id_§typ: Type_Trait Implementations§
Source§impl Clone for ValTypeField
impl Clone for ValTypeField
Source§fn clone(&self) -> ValTypeField
fn clone(&self) -> ValTypeField
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 moreSource§impl Debug for ValTypeField
impl Debug for ValTypeField
Source§impl<'de> Deserialize<'de> for ValTypeField
impl<'de> Deserialize<'de> for ValTypeField
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
impl Eq for ValTypeField
Source§impl Hash for ValTypeField
impl Hash for ValTypeField
Source§impl PartialEq for ValTypeField
impl PartialEq for ValTypeField
Source§impl Serialize for ValTypeField
impl Serialize for ValTypeField
impl StructuralPartialEq for ValTypeField
Auto Trait Implementations§
impl !Send for ValTypeField
impl !Sync for ValTypeField
impl Freeze for ValTypeField
impl RefUnwindSafe for ValTypeField
impl Unpin for ValTypeField
impl UnsafeUnpin for ValTypeField
impl UnwindSafe for ValTypeField
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