pub enum Argument<'doc> {
Strings(Vec<StringIsh<'doc>>),
Number(u64),
Tag(&'doc str),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'doc> Freeze for Argument<'doc>
impl<'doc> RefUnwindSafe for Argument<'doc>
impl<'doc> Send for Argument<'doc>
impl<'doc> Sync for Argument<'doc>
impl<'doc> Unpin for Argument<'doc>
impl<'doc> UnwindSafe for Argument<'doc>
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