pub struct sequences;
Trait Implementations§
Source§impl HasArgument<input> for sequences
impl HasArgument<input> for sequences
Source§type ArgumentType = Option<MultiSequenceInput>
type ArgumentType = Option<MultiSequenceInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for sequences
impl RefUnwindSafe for sequences
impl Send for sequences
impl Sync for sequences
impl Unpin for sequences
impl UnwindSafe for sequences
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