pub struct EntityFieldDescription { /* private fields */ }Expand description
EntityFieldDescription
One field-level projection inside EntitySchemaDescription.
Keeps field type and queryability metadata explicit for diagnostics.
Implementations§
Trait Implementations§
Source§impl CandidType for EntityFieldDescription
impl CandidType for EntityFieldDescription
Source§impl Clone for EntityFieldDescription
impl Clone for EntityFieldDescription
Source§fn clone(&self) -> EntityFieldDescription
fn clone(&self) -> EntityFieldDescription
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 EntityFieldDescription
impl Debug for EntityFieldDescription
Source§impl<'de> Deserialize<'de> for EntityFieldDescription
impl<'de> Deserialize<'de> for EntityFieldDescription
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 EntityFieldDescription
impl PartialEq for EntityFieldDescription
Source§impl Serialize for EntityFieldDescription
impl Serialize for EntityFieldDescription
impl Eq for EntityFieldDescription
impl StructuralPartialEq for EntityFieldDescription
Auto Trait Implementations§
impl Freeze for EntityFieldDescription
impl RefUnwindSafe for EntityFieldDescription
impl Send for EntityFieldDescription
impl Sync for EntityFieldDescription
impl Unpin for EntityFieldDescription
impl UnsafeUnpin for EntityFieldDescription
impl UnwindSafe for EntityFieldDescription
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