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