pub struct SigningKeyList {
pub items: Vec<SigningKey>,
}Fields§
§items: Vec<SigningKey>Trait Implementations§
Source§impl Clone for SigningKeyList
impl Clone for SigningKeyList
Source§fn clone(&self) -> SigningKeyList
fn clone(&self) -> SigningKeyList
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 ComposeSchema for SigningKeyList
impl ComposeSchema for SigningKeyList
Source§impl Debug for SigningKeyList
impl Debug for SigningKeyList
Source§impl<'de> Deserialize<'de> for SigningKeyList
impl<'de> Deserialize<'de> for SigningKeyList
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 SigningKeyList
impl PartialEq for SigningKeyList
Source§impl Serialize for SigningKeyList
impl Serialize for SigningKeyList
impl StructuralPartialEq for SigningKeyList
Auto Trait Implementations§
impl Freeze for SigningKeyList
impl RefUnwindSafe for SigningKeyList
impl Send for SigningKeyList
impl Sync for SigningKeyList
impl Unpin for SigningKeyList
impl UnsafeUnpin for SigningKeyList
impl UnwindSafe for SigningKeyList
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