pub struct PatchShipNav200Response {
pub data: Box<PatchShipNav200ResponseData>,
}Expand description
PatchShipNav200Response : Success response for updating the nav configuration of a ship.
Fields§
§data: Box<PatchShipNav200ResponseData>Implementations§
Sourcepub fn new(data: PatchShipNav200ResponseData) -> PatchShipNav200Response
pub fn new(data: PatchShipNav200ResponseData) -> PatchShipNav200Response
Success response for updating the nav configuration of a ship.
Trait Implementations§
Source§fn clone(&self) -> PatchShipNav200Response
fn clone(&self) -> PatchShipNav200Response
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§fn default() -> PatchShipNav200Response
fn default() -> PatchShipNav200Response
Returns the “default value” for a type. Read more
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
Auto Trait Implementations§
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