pub struct ReceivingAttributes {
pub type_field: String,
pub course_attributes: Option<Vec<Value>>,
pub attributes: Option<Vec<Value>>,
pub requirement_attributes: Option<Vec<Value>>,
pub series_attributes: Option<Vec<Value>>,
pub series_course_attributes: Option<Vec<Value>>,
pub general_education_area_attributes: Option<Vec<Value>>,
}Fields§
§type_field: String§course_attributes: Option<Vec<Value>>§attributes: Option<Vec<Value>>§requirement_attributes: Option<Vec<Value>>§series_attributes: Option<Vec<Value>>§series_course_attributes: Option<Vec<Value>>§general_education_area_attributes: Option<Vec<Value>>Trait Implementations§
Source§impl Clone for ReceivingAttributes
impl Clone for ReceivingAttributes
Source§fn clone(&self) -> ReceivingAttributes
fn clone(&self) -> ReceivingAttributes
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 ReceivingAttributes
impl Debug for ReceivingAttributes
Source§impl Default for ReceivingAttributes
impl Default for ReceivingAttributes
Source§fn default() -> ReceivingAttributes
fn default() -> ReceivingAttributes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReceivingAttributes
impl<'de> Deserialize<'de> for ReceivingAttributes
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 ReceivingAttributes
impl PartialEq for ReceivingAttributes
Source§impl Serialize for ReceivingAttributes
impl Serialize for ReceivingAttributes
impl StructuralPartialEq for ReceivingAttributes
Auto Trait Implementations§
impl Freeze for ReceivingAttributes
impl RefUnwindSafe for ReceivingAttributes
impl Send for ReceivingAttributes
impl Sync for ReceivingAttributes
impl Unpin for ReceivingAttributes
impl UnwindSafe for ReceivingAttributes
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