pub struct StructureWithoutId {
pub fields: Vec<StructureField>,
}Fields§
§fields: Vec<StructureField>Trait Implementations§
Source§impl Clone for StructureWithoutId
impl Clone for StructureWithoutId
Source§fn clone(&self) -> StructureWithoutId
fn clone(&self) -> StructureWithoutId
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 StructureWithoutId
impl Debug for StructureWithoutId
Source§impl<'de> Deserialize<'de> for StructureWithoutId
impl<'de> Deserialize<'de> for StructureWithoutId
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 Display for StructureWithoutId
impl Display for StructureWithoutId
Source§impl PartialEq for StructureWithoutId
impl PartialEq for StructureWithoutId
Source§fn eq(&self, other: &StructureWithoutId) -> bool
fn eq(&self, other: &StructureWithoutId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StructureWithoutId
impl Serialize for StructureWithoutId
impl StructuralPartialEq for StructureWithoutId
Auto Trait Implementations§
impl Freeze for StructureWithoutId
impl RefUnwindSafe for StructureWithoutId
impl Send for StructureWithoutId
impl Sync for StructureWithoutId
impl Unpin for StructureWithoutId
impl UnsafeUnpin for StructureWithoutId
impl UnwindSafe for StructureWithoutId
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