pub struct FieldEntryGround {
pub name: Name,
pub domain: Moo<GroundDomain>,
}Fields§
§name: Name§domain: Moo<GroundDomain>Trait Implementations§
Source§impl Biplate<FieldEntryGround> for FieldEntryGround
impl Biplate<FieldEntryGround> for FieldEntryGround
Source§fn biplate(
&self,
) -> (Tree<FieldEntryGround>, Box<dyn Fn(Tree<FieldEntryGround>) -> FieldEntryGround>)
fn biplate( &self, ) -> (Tree<FieldEntryGround>, Box<dyn Fn(Tree<FieldEntryGround>) -> FieldEntryGround>)
Definition of a Biplate. Read more
§fn with_children_bi(&self, children: VecDeque<To>) -> Self
fn with_children_bi(&self, children: VecDeque<To>) -> Self
Reconstructs the node with the given children. Read more
§fn descend_bi(&self, op: &impl Fn(To) -> To) -> Self
fn descend_bi(&self, op: &impl Fn(To) -> To) -> Self
Biplate variant of [
Uniplate::descend] Read more§fn universe_bi(&self) -> VecDeque<To>
fn universe_bi(&self) -> VecDeque<To>
Gets all children of a node, including itself and all children. Read more
§fn children_bi(&self) -> VecDeque<To>
fn children_bi(&self) -> VecDeque<To>
Returns the children of a type. If to == from then it returns the original element (in contrast to children). Read more
§fn transform_bi(&self, op: &impl Fn(To) -> To) -> Self
fn transform_bi(&self, op: &impl Fn(To) -> To) -> Self
Applies the given function to all nodes bottom up. Read more
§fn holes_bi(&self) -> impl Iterator<Item = (To, impl Fn(To))>
fn holes_bi(&self) -> impl Iterator<Item = (To, impl Fn(To))>
Returns an iterator over all direct children of the input, paired with a function that
“fills the hole” where the child was with a new value. Read more
§fn contexts_bi(&self) -> impl Iterator<Item = (To, impl Fn(To))>
fn contexts_bi(&self) -> impl Iterator<Item = (To, impl Fn(To))>
Returns an iterator over the universe of the input, paired with a function that “fills the
hole” where the child was with a new value. Read more
Source§impl Clone for FieldEntryGround
impl Clone for FieldEntryGround
Source§fn clone(&self) -> FieldEntryGround
fn clone(&self) -> FieldEntryGround
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 FieldEntryGround
impl Debug for FieldEntryGround
Source§impl<'de> Deserialize<'de> for FieldEntryGround
impl<'de> Deserialize<'de> for FieldEntryGround
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 From<FieldEntryGround> for FieldEntry
impl From<FieldEntryGround> for FieldEntry
Source§fn from(value: FieldEntryGround) -> Self
fn from(value: FieldEntryGround) -> Self
Converts to this type from the input type.
Source§impl Hash for FieldEntryGround
impl Hash for FieldEntryGround
Source§impl PartialEq for FieldEntryGround
impl PartialEq for FieldEntryGround
Source§fn eq(&self, other: &FieldEntryGround) -> bool
fn eq(&self, other: &FieldEntryGround) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Quine for FieldEntryGround
impl Quine for FieldEntryGround
fn ctor_tokens(&self) -> TokenStream
Source§impl Serialize for FieldEntryGround
impl Serialize for FieldEntryGround
Source§impl TryFrom<FieldEntry> for FieldEntryGround
impl TryFrom<FieldEntry> for FieldEntryGround
Source§type Error = DomainOpError
type Error = DomainOpError
The type returned in the event of a conversion error.
Source§impl Uniplate for FieldEntryGround
impl Uniplate for FieldEntryGround
Source§fn uniplate(
&self,
) -> (Tree<FieldEntryGround>, Box<dyn Fn(Tree<FieldEntryGround>) -> FieldEntryGround>)
fn uniplate( &self, ) -> (Tree<FieldEntryGround>, Box<dyn Fn(Tree<FieldEntryGround>) -> FieldEntryGround>)
Definition of a
Uniplate. Read more§fn descend(&self, op: &impl Fn(Self) -> Self) -> Self
fn descend(&self, op: &impl Fn(Self) -> Self) -> Self
Applies a function to all direct children of this Read more
§fn universe(&self) -> VecDeque<Self>
fn universe(&self) -> VecDeque<Self>
Gets all children of a node, including itself and all children. Read more
§fn with_children(&self, children: VecDeque<Self>) -> Self
fn with_children(&self, children: VecDeque<Self>) -> Self
Reconstructs the node with the given children. Read more
§fn transform(&self, f: &impl Fn(Self) -> Self) -> Self
fn transform(&self, f: &impl Fn(Self) -> Self) -> Self
Applies the given function to all nodes bottom up.
§fn rewrite(&self, f: &impl Fn(Self) -> Option<Self>) -> Self
fn rewrite(&self, f: &impl Fn(Self) -> Option<Self>) -> Self
Rewrites by applying a rule everywhere it can.
§fn cata<T>(&self, op: &impl Fn(Self, VecDeque<T>) -> T) -> T
fn cata<T>(&self, op: &impl Fn(Self, VecDeque<T>) -> T) -> T
Performs a fold-like computation on each value. Read more
impl Eq for FieldEntryGround
impl StructuralPartialEq for FieldEntryGround
Auto Trait Implementations§
impl Freeze for FieldEntryGround
impl RefUnwindSafe for FieldEntryGround
impl Send for FieldEntryGround
impl Sync for FieldEntryGround
impl Unpin for FieldEntryGround
impl UnsafeUnpin for FieldEntryGround
impl UnwindSafe for FieldEntryGround
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes