pub enum VariadicType {
OneOrMore,
ZeroOrMore,
}Variants§
Trait Implementations§
Source§impl Clone for VariadicType
impl Clone for VariadicType
Source§fn clone(&self) -> VariadicType
fn clone(&self) -> VariadicType
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 moreSource§impl Debug for VariadicType
impl Debug for VariadicType
Source§impl PartialEq for VariadicType
impl PartialEq for VariadicType
Source§fn eq(&self, other: &VariadicType) -> bool
fn eq(&self, other: &VariadicType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VariadicType
Auto Trait Implementations§
impl Freeze for VariadicType
impl RefUnwindSafe for VariadicType
impl Send for VariadicType
impl Sync for VariadicType
impl Unpin for VariadicType
impl UnsafeUnpin for VariadicType
impl UnwindSafe for VariadicType
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