pub enum StdFunction {
Print,
}Variants§
Trait Implementations§
Source§impl BuiltinFunction for StdFunction
impl BuiltinFunction for StdFunction
Source§impl Clone for StdFunction
impl Clone for StdFunction
Source§fn clone(&self) -> StdFunction
fn clone(&self) -> StdFunction
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 StdFunction
Source§impl Debug for StdFunction
impl Debug for StdFunction
impl Eq for StdFunction
Source§impl Hash for StdFunction
impl Hash for StdFunction
Source§impl Ord for StdFunction
impl Ord for StdFunction
Source§fn cmp(&self, other: &StdFunction) -> Ordering
fn cmp(&self, other: &StdFunction) -> Ordering
1.21.0 (const: unstable) · 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 PartialEq for StdFunction
impl PartialEq for StdFunction
Source§fn eq(&self, other: &StdFunction) -> bool
fn eq(&self, other: &StdFunction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for StdFunction
impl PartialOrd for StdFunction
impl StructuralPartialEq for StdFunction
Auto Trait Implementations§
impl Freeze for StdFunction
impl RefUnwindSafe for StdFunction
impl Send for StdFunction
impl Sync for StdFunction
impl Unpin for StdFunction
impl UnsafeUnpin for StdFunction
impl UnwindSafe for StdFunction
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