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