pub enum HttpSignatureParamDirection {
In,
Out,
InOut,
}Variants§
Trait Implementations§
Source§impl Clone for HttpSignatureParamDirection
impl Clone for HttpSignatureParamDirection
Source§fn clone(&self) -> HttpSignatureParamDirection
fn clone(&self) -> HttpSignatureParamDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HttpSignatureParamDirection
impl Debug for HttpSignatureParamDirection
Source§impl<'de> Deserialize<'de> for HttpSignatureParamDirection
impl<'de> Deserialize<'de> for HttpSignatureParamDirection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for HttpSignatureParamDirection
impl PartialEq for HttpSignatureParamDirection
Source§fn eq(&self, other: &HttpSignatureParamDirection) -> bool
fn eq(&self, other: &HttpSignatureParamDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HttpSignatureParamDirection
impl Eq for HttpSignatureParamDirection
impl StructuralPartialEq for HttpSignatureParamDirection
Auto Trait Implementations§
impl Freeze for HttpSignatureParamDirection
impl RefUnwindSafe for HttpSignatureParamDirection
impl Send for HttpSignatureParamDirection
impl Sync for HttpSignatureParamDirection
impl Unpin for HttpSignatureParamDirection
impl UnsafeUnpin for HttpSignatureParamDirection
impl UnwindSafe for HttpSignatureParamDirection
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