Enum MsFunction
pub enum MsFunction {
Convert,
DbName,
Iif,
GetDate,
NewId,
}Expand description
Functions
Variants§
Trait Implementations§
§impl Clone for MsFunction
impl Clone for MsFunction
§fn clone(&self) -> MsFunction
fn clone(&self) -> MsFunction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for MsFunction
impl Debug for MsFunction
§impl PartialEq for MsFunction
impl PartialEq for MsFunction
impl StructuralPartialEq for MsFunction
Auto Trait Implementations§
impl Freeze for MsFunction
impl RefUnwindSafe for MsFunction
impl Send for MsFunction
impl Sync for MsFunction
impl Unpin for MsFunction
impl UnwindSafe for MsFunction
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