pub struct OptionEAEWrapper {
pub items: Vec<OptionEAE>,
}Expand description
Wrapper for option EAE section
Fields§
§items: Vec<OptionEAE>List of option exercises/assignments/expirations
Trait Implementations§
Source§impl Clone for OptionEAEWrapper
impl Clone for OptionEAEWrapper
Source§fn clone(&self) -> OptionEAEWrapper
fn clone(&self) -> OptionEAEWrapper
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 OptionEAEWrapper
impl Debug for OptionEAEWrapper
Source§impl Default for OptionEAEWrapper
impl Default for OptionEAEWrapper
Source§fn default() -> OptionEAEWrapper
fn default() -> OptionEAEWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OptionEAEWrapper
impl<'de> Deserialize<'de> for OptionEAEWrapper
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 OptionEAEWrapper
impl PartialEq for OptionEAEWrapper
Source§impl Serialize for OptionEAEWrapper
impl Serialize for OptionEAEWrapper
impl StructuralPartialEq for OptionEAEWrapper
Auto Trait Implementations§
impl Freeze for OptionEAEWrapper
impl RefUnwindSafe for OptionEAEWrapper
impl Send for OptionEAEWrapper
impl Sync for OptionEAEWrapper
impl Unpin for OptionEAEWrapper
impl UnwindSafe for OptionEAEWrapper
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