Enum endbasic_core::ast::ArgSep
source · [−]pub enum ArgSep {
End,
Short,
Long,
}
Expand description
Types of separators between arguments to a BuiltinCall
.
Variants
End
Filler for the separator in the last argument.
Short
Short separator (;
).
Long
Long separator (,
).
Trait Implementations
impl Eq for ArgSep
impl StructuralEq for ArgSep
impl StructuralPartialEq for ArgSep
Auto Trait Implementations
impl RefUnwindSafe for ArgSep
impl Send for ArgSep
impl Sync for ArgSep
impl Unpin for ArgSep
impl UnwindSafe for ArgSep
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