pub struct KeyExecutives {
pub meta: Option<Box<KeyExecutivesMeta>>,
pub key_executives: Option<Vec<KeyExecutivesKeyExecutivesInner>>,
}Fields§
§meta: Option<Box<KeyExecutivesMeta>>§key_executives: Option<Vec<KeyExecutivesKeyExecutivesInner>>List of key executives
Implementations§
Source§impl KeyExecutives
impl KeyExecutives
pub fn new() -> KeyExecutives
Trait Implementations§
Source§impl Clone for KeyExecutives
impl Clone for KeyExecutives
Source§fn clone(&self) -> KeyExecutives
fn clone(&self) -> KeyExecutives
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 KeyExecutives
impl Debug for KeyExecutives
Source§impl Default for KeyExecutives
impl Default for KeyExecutives
Source§fn default() -> KeyExecutives
fn default() -> KeyExecutives
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KeyExecutives
impl<'de> Deserialize<'de> for KeyExecutives
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 KeyExecutives
impl PartialEq for KeyExecutives
Source§impl Serialize for KeyExecutives
impl Serialize for KeyExecutives
impl StructuralPartialEq for KeyExecutives
Auto Trait Implementations§
impl Freeze for KeyExecutives
impl RefUnwindSafe for KeyExecutives
impl Send for KeyExecutives
impl Sync for KeyExecutives
impl Unpin for KeyExecutives
impl UnwindSafe for KeyExecutives
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