Enum selene_lib::standard_library::ArgumentType
source · [−]pub enum ArgumentType {
Any,
Bool,
Constant(Vec<String>),
Display(String),
Function,
Nil,
Number,
String,
Table,
Vararg,
}Variants
Any
Bool
Constant(Vec<String>)
Display(String)
Function
Nil
Number
String
Table
Vararg
Trait Implementations
sourceimpl Clone for ArgumentType
impl Clone for ArgumentType
sourcefn clone(&self) -> ArgumentType
fn clone(&self) -> ArgumentType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ArgumentType
impl Debug for ArgumentType
sourceimpl<'de> Deserialize<'de> for ArgumentType
impl<'de> Deserialize<'de> for ArgumentType
sourcefn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for ArgumentType
impl Display for ArgumentType
sourceimpl From<ArgumentType> for ArgumentType
impl From<ArgumentType> for ArgumentType
sourcefn from(v1_argument_type: ArgumentType) -> Self
fn from(v1_argument_type: ArgumentType) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ArgumentType> for ArgumentType
impl PartialEq<ArgumentType> for ArgumentType
sourcefn eq(&self, other: &ArgumentType) -> bool
fn eq(&self, other: &ArgumentType) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ArgumentType) -> bool
fn ne(&self, other: &ArgumentType) -> bool
This method tests for !=.
sourceimpl Serialize for ArgumentType
impl Serialize for ArgumentType
impl Eq for ArgumentType
impl StructuralEq for ArgumentType
impl StructuralPartialEq for ArgumentType
Auto Trait Implementations
impl RefUnwindSafe for ArgumentType
impl Send for ArgumentType
impl Sync for ArgumentType
impl Unpin for ArgumentType
impl UnwindSafe for ArgumentType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.