pub enum SignatureAlgorithmDto {
HmacSha1,
HmacSha256,
}Variants§
Trait Implementations§
Source§impl Clone for SignatureAlgorithmDto
impl Clone for SignatureAlgorithmDto
Source§fn clone(&self) -> SignatureAlgorithmDto
fn clone(&self) -> SignatureAlgorithmDto
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 SignatureAlgorithmDto
impl Debug for SignatureAlgorithmDto
Source§impl<'de> Deserialize<'de> for SignatureAlgorithmDto
impl<'de> Deserialize<'de> for SignatureAlgorithmDto
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 SignatureAlgorithmDto
impl PartialEq for SignatureAlgorithmDto
Source§impl Serialize for SignatureAlgorithmDto
impl Serialize for SignatureAlgorithmDto
Source§impl<'__s> ToSchema<'__s> for SignatureAlgorithmDto
impl<'__s> ToSchema<'__s> for SignatureAlgorithmDto
impl StructuralPartialEq for SignatureAlgorithmDto
Auto Trait Implementations§
impl Freeze for SignatureAlgorithmDto
impl RefUnwindSafe for SignatureAlgorithmDto
impl Send for SignatureAlgorithmDto
impl Sync for SignatureAlgorithmDto
impl Unpin for SignatureAlgorithmDto
impl UnsafeUnpin for SignatureAlgorithmDto
impl UnwindSafe for SignatureAlgorithmDto
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