pub struct CoachDeckLayoutCollectionResponse {
pub problems: Option<Vec<Problem>>,
pub coach_deck_layouts: Option<Vec<CoachDeckLayout>>,
pub _links: Option<Vec<Link>>,
}Fields§
§problems: Option<Vec<Problem>>§coach_deck_layouts: Option<Vec<CoachDeckLayout>>§_links: Option<Vec<Link>>Java Property Name: ‘links’
Implementations§
Trait Implementations§
Source§impl Clone for CoachDeckLayoutCollectionResponse
impl Clone for CoachDeckLayoutCollectionResponse
Source§fn clone(&self) -> CoachDeckLayoutCollectionResponse
fn clone(&self) -> CoachDeckLayoutCollectionResponse
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 Default for CoachDeckLayoutCollectionResponse
impl Default for CoachDeckLayoutCollectionResponse
Source§fn default() -> CoachDeckLayoutCollectionResponse
fn default() -> CoachDeckLayoutCollectionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CoachDeckLayoutCollectionResponse
impl<'de> Deserialize<'de> for CoachDeckLayoutCollectionResponse
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 CoachDeckLayoutCollectionResponse
impl PartialEq for CoachDeckLayoutCollectionResponse
Source§fn eq(&self, other: &CoachDeckLayoutCollectionResponse) -> bool
fn eq(&self, other: &CoachDeckLayoutCollectionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CoachDeckLayoutCollectionResponse
Auto Trait Implementations§
impl Freeze for CoachDeckLayoutCollectionResponse
impl RefUnwindSafe for CoachDeckLayoutCollectionResponse
impl Send for CoachDeckLayoutCollectionResponse
impl Sync for CoachDeckLayoutCollectionResponse
impl Unpin for CoachDeckLayoutCollectionResponse
impl UnwindSafe for CoachDeckLayoutCollectionResponse
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