pub struct ByPosition { /* private fields */ }Expand description
A SerializeSeq implementor suitable for constructing a
RequestParameters::ByPosition.
Implementations§
Source§impl ByPosition
impl ByPosition
pub fn new() -> Self
pub fn with_capacity(capacity: usize) -> Self
Trait Implementations§
Source§impl Clone for ByPosition
impl Clone for ByPosition
Source§fn clone(&self) -> ByPosition
fn clone(&self) -> ByPosition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ByPosition
impl Debug for ByPosition
Source§impl Default for ByPosition
impl Default for ByPosition
Source§fn default() -> ByPosition
fn default() -> ByPosition
Returns the “default value” for a type. Read more
Source§impl SerializeSeq for ByPosition
impl SerializeSeq for ByPosition
Auto Trait Implementations§
impl Freeze for ByPosition
impl RefUnwindSafe for ByPosition
impl Send for ByPosition
impl Sync for ByPosition
impl Unpin for ByPosition
impl UnwindSafe for ByPosition
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