pub struct HTTPFieldParametersSet(pub Vec<HTTPFieldParameters>);
Expand description
A container that represents an ordered list of signature component fields. Order is significant during signing and verifying.
Tuple Fields§
§0: Vec<HTTPFieldParameters>
Trait Implementations§
Source§impl Clone for HTTPFieldParametersSet
impl Clone for HTTPFieldParametersSet
Source§fn clone(&self) -> HTTPFieldParametersSet
fn clone(&self) -> HTTPFieldParametersSet
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 HTTPFieldParametersSet
impl Debug for HTTPFieldParametersSet
Source§impl Hash for HTTPFieldParametersSet
impl Hash for HTTPFieldParametersSet
Source§impl PartialEq for HTTPFieldParametersSet
impl PartialEq for HTTPFieldParametersSet
Source§impl TryFrom<HTTPFieldParametersSet> for Parameters
impl TryFrom<HTTPFieldParametersSet> for Parameters
Source§type Error = ImplementationError
type Error = ImplementationError
The type returned in the event of a conversion error.
Source§impl TryFrom<IndexMap<Key, GenericBareItem<String, Vec<u8>, Token, String>>> for HTTPFieldParametersSet
impl TryFrom<IndexMap<Key, GenericBareItem<String, Vec<u8>, Token, String>>> for HTTPFieldParametersSet
Source§type Error = ImplementationError
type Error = ImplementationError
The type returned in the event of a conversion error.
impl Eq for HTTPFieldParametersSet
impl StructuralPartialEq for HTTPFieldParametersSet
Auto Trait Implementations§
impl Freeze for HTTPFieldParametersSet
impl RefUnwindSafe for HTTPFieldParametersSet
impl Send for HTTPFieldParametersSet
impl Sync for HTTPFieldParametersSet
impl Unpin for HTTPFieldParametersSet
impl UnwindSafe for HTTPFieldParametersSet
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.