pub enum ArgumentBuilderType<S> {
Literal(Literal),
Argument(Argument<S>),
}
Variants§
Trait Implementations§
Source§impl<S> Clone for ArgumentBuilderType<S>
impl<S> Clone for ArgumentBuilderType<S>
Source§impl<S: Debug> Debug for ArgumentBuilderType<S>
impl<S: Debug> Debug for ArgumentBuilderType<S>
Source§impl<S> From<Argument<S>> for ArgumentBuilderType<S>
impl<S> From<Argument<S>> for ArgumentBuilderType<S>
Auto Trait Implementations§
impl<S> Freeze for ArgumentBuilderType<S>
impl<S> !RefUnwindSafe for ArgumentBuilderType<S>
impl<S> Send for ArgumentBuilderType<S>
impl<S> Sync for ArgumentBuilderType<S>
impl<S> Unpin for ArgumentBuilderType<S>
impl<S> !UnwindSafe for ArgumentBuilderType<S>
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