Struct trustfall_core::ir::ContextField
source · [−]Fields
vertex_id: Vidfield_name: Arc<str>field_type: TypeTrait Implementations
sourceimpl Clone for ContextField
impl Clone for ContextField
sourcefn clone(&self) -> ContextField
fn clone(&self) -> ContextField
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ContextField
impl Debug for ContextField
sourceimpl<'de> Deserialize<'de> for ContextField
impl<'de> Deserialize<'de> for ContextField
sourcefn 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
sourceimpl From<ContextField> for FieldRef
impl From<ContextField> for FieldRef
sourcefn from(c: ContextField) -> Self
fn from(c: ContextField) -> Self
Converts to this type from the input type.
sourceimpl NamedTypedValue for ContextField
impl NamedTypedValue for ContextField
sourceimpl PartialEq<ContextField> for ContextField
impl PartialEq<ContextField> for ContextField
sourcefn eq(&self, other: &ContextField) -> bool
fn eq(&self, other: &ContextField) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ContextField) -> bool
fn ne(&self, other: &ContextField) -> bool
This method tests for !=.
sourceimpl Serialize for ContextField
impl Serialize for ContextField
impl Eq for ContextField
impl StructuralEq for ContextField
impl StructuralPartialEq for ContextField
Auto Trait Implementations
impl RefUnwindSafe for ContextField
impl Send for ContextField
impl Sync for ContextField
impl Unpin for ContextField
impl UnwindSafe for ContextField
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.