Struct preserves_path::schemas::path::Function
source · pub struct Function<_Value: NestedValue = IOValue> {
pub selector: Selector<_Value>,
}Fields§
§selector: Selector<_Value>Trait Implementations§
source§impl<_Value: NestedValue> Deserialize<_Value> for Function<_Value>
impl<_Value: NestedValue> Deserialize<_Value> for Function<_Value>
fn deserialize<'de, R: Reader<'de, _Value>>( r: &mut R ) -> Result<Self, ParseError>
source§impl<_Value: NestedValue> Domain for Function<_Value>
impl<_Value: NestedValue> Domain for Function<_Value>
source§impl<_Value: Ord + NestedValue> Ord for Function<_Value>
impl<_Value: Ord + NestedValue> Ord for Function<_Value>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Parse<_L, _Value> for Function<_Value>
impl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Parse<_L, _Value> for Function<_Value>
source§impl<_Value: PartialEq + NestedValue> PartialEq for Function<_Value>
impl<_Value: PartialEq + NestedValue> PartialEq for Function<_Value>
source§impl<_Value: PartialOrd + NestedValue> PartialOrd for Function<_Value>
impl<_Value: PartialOrd + NestedValue> PartialOrd for Function<_Value>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Unparse<_L, _Value> for Function<_Value>
impl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Unparse<_L, _Value> for Function<_Value>
impl<_Value: Eq + NestedValue> Eq for Function<_Value>
impl<_Value: NestedValue> StructuralEq for Function<_Value>
impl<_Value: NestedValue> StructuralPartialEq for Function<_Value>
Auto Trait Implementations§
impl<_Value> RefUnwindSafe for Function<_Value>where
_Value: RefUnwindSafe,
impl<_Value> Send for Function<_Value>where
_Value: Send,
impl<_Value> Sync for Function<_Value>where
_Value: Sync,
impl<_Value> Unpin for Function<_Value>
impl<_Value> UnwindSafe for Function<_Value>where
_Value: UnwindSafe,
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