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