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