pub struct KeyGroupItems {
pub public_key: Vec<String>,
}Fields§
§public_key: Vec<String>Trait Implementations§
Source§impl Clone for KeyGroupItems
impl Clone for KeyGroupItems
Source§fn clone(&self) -> KeyGroupItems
fn clone(&self) -> KeyGroupItems
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 KeyGroupItems
impl Debug for KeyGroupItems
Source§impl Default for KeyGroupItems
impl Default for KeyGroupItems
Source§fn default() -> KeyGroupItems
fn default() -> KeyGroupItems
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KeyGroupItems
impl<'de> Deserialize<'de> for KeyGroupItems
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
Auto Trait Implementations§
impl Freeze for KeyGroupItems
impl RefUnwindSafe for KeyGroupItems
impl Send for KeyGroupItems
impl Sync for KeyGroupItems
impl Unpin for KeyGroupItems
impl UnsafeUnpin for KeyGroupItems
impl UnwindSafe for KeyGroupItems
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