pub enum PropertyFunction {
CommentOf,
FindStep,
NameOf,
PropertyExists,
TypeOf,
}Expand description
A property function of the expression language.
Names only: what each one computes is the engine’s to document.
Variants§
CommentOf
CommentOf.
FindStep
FindStep.
NameOf
NameOf.
PropertyExists
PropertyExists.
TypeOf
TypeOf.
Implementations§
Trait Implementations§
Source§impl Clone for PropertyFunction
impl Clone for PropertyFunction
Source§fn clone(&self) -> PropertyFunction
fn clone(&self) -> PropertyFunction
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 moreimpl Copy for PropertyFunction
Source§impl Debug for PropertyFunction
impl Debug for PropertyFunction
impl Eq for PropertyFunction
Source§impl Hash for PropertyFunction
impl Hash for PropertyFunction
Source§impl PartialEq for PropertyFunction
impl PartialEq for PropertyFunction
impl StructuralPartialEq for PropertyFunction
Auto Trait Implementations§
impl Freeze for PropertyFunction
impl RefUnwindSafe for PropertyFunction
impl Send for PropertyFunction
impl Sync for PropertyFunction
impl Unpin for PropertyFunction
impl UnsafeUnpin for PropertyFunction
impl UnwindSafe for PropertyFunction
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