pub struct MfFunction {
pub name: String,
}
Expand description
自定义函数标识符
Fields§
§name: String
函数名称
Implementations§
Trait Implementations§
Source§impl Clone for MfFunction
impl Clone for MfFunction
Source§fn clone(&self) -> MfFunction
fn clone(&self) -> MfFunction
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 moreSource§impl Debug for MfFunction
impl Debug for MfFunction
Source§impl Display for MfFunction
impl Display for MfFunction
Source§impl From<&MfFunction> for Rc<dyn FunctionDefinition>
impl From<&MfFunction> for Rc<dyn FunctionDefinition>
Source§fn from(custom: &MfFunction) -> Self
fn from(custom: &MfFunction) -> Self
Converts to this type from the input type.
Source§impl Hash for MfFunction
impl Hash for MfFunction
Source§impl PartialEq for MfFunction
impl PartialEq for MfFunction
Source§impl TryFrom<&str> for MfFunction
impl TryFrom<&str> for MfFunction
impl Eq for MfFunction
impl StructuralPartialEq for MfFunction
Auto Trait Implementations§
impl Freeze for MfFunction
impl RefUnwindSafe for MfFunction
impl Send for MfFunction
impl Sync for MfFunction
impl Unpin for MfFunction
impl UnwindSafe for MfFunction
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