pub enum OtherFunction {
Show 13 variants
AllOf,
AnyOf,
CheckLimits,
ConvertColor,
CurrentUserHasPrivilege,
Enum,
Evaluate,
FindFile,
GetEngine,
NoValidation,
OutputMessage,
Rgb,
TargetName,
}Expand description
A other function of the expression language.
Names only: what each one computes is the engine’s to document.
Variants§
AllOf
AllOf.
AnyOf
AnyOf.
CheckLimits
CheckLimits.
ConvertColor
ConvertColor.
CurrentUserHasPrivilege
CurrentUserHasPrivilege.
Enum
Enum.
Evaluate
Evaluate.
FindFile
FindFile.
GetEngine
GetEngine.
NoValidation
NoValidation.
OutputMessage
OutputMessage.
Rgb
RGB.
TargetName
TargetName.
Implementations§
Trait Implementations§
Source§impl Clone for OtherFunction
impl Clone for OtherFunction
Source§fn clone(&self) -> OtherFunction
fn clone(&self) -> OtherFunction
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 OtherFunction
Source§impl Debug for OtherFunction
impl Debug for OtherFunction
impl Eq for OtherFunction
Source§impl Hash for OtherFunction
impl Hash for OtherFunction
Source§impl PartialEq for OtherFunction
impl PartialEq for OtherFunction
impl StructuralPartialEq for OtherFunction
Auto Trait Implementations§
impl Freeze for OtherFunction
impl RefUnwindSafe for OtherFunction
impl Send for OtherFunction
impl Sync for OtherFunction
impl Unpin for OtherFunction
impl UnsafeUnpin for OtherFunction
impl UnwindSafe for OtherFunction
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