pub struct QueryParamParametersSet(pub Vec<QueryParamParameters>);
Expand description
A container that represents an ordered list of signature component fields. Order is significant during signing and verifying.
Tuple Fields§
§0: Vec<QueryParamParameters>
Trait Implementations§
Source§impl Clone for QueryParamParametersSet
impl Clone for QueryParamParametersSet
Source§fn clone(&self) -> QueryParamParametersSet
fn clone(&self) -> QueryParamParametersSet
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 QueryParamParametersSet
impl Debug for QueryParamParametersSet
Source§impl Hash for QueryParamParametersSet
impl Hash for QueryParamParametersSet
Source§impl PartialEq for QueryParamParametersSet
impl PartialEq for QueryParamParametersSet
Source§impl TryFrom<IndexMap<Key, GenericBareItem<String, Vec<u8>, Token, String>>> for QueryParamParametersSet
impl TryFrom<IndexMap<Key, GenericBareItem<String, Vec<u8>, Token, String>>> for QueryParamParametersSet
Source§type Error = ImplementationError
type Error = ImplementationError
The type returned in the event of a conversion error.
Source§impl TryFrom<QueryParamParametersSet> for Parameters
impl TryFrom<QueryParamParametersSet> for Parameters
Source§type Error = ImplementationError
type Error = ImplementationError
The type returned in the event of a conversion error.
impl Eq for QueryParamParametersSet
impl StructuralPartialEq for QueryParamParametersSet
Auto Trait Implementations§
impl Freeze for QueryParamParametersSet
impl RefUnwindSafe for QueryParamParametersSet
impl Send for QueryParamParametersSet
impl Sync for QueryParamParametersSet
impl Unpin for QueryParamParametersSet
impl UnwindSafe for QueryParamParametersSet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.