pub struct Jettison200Response {
pub data: Jettison200ResponseData,
}Expand description
Fields§
§data: Jettison200ResponseDataImplementations§
Source§impl Jettison200Response
impl Jettison200Response
Sourcepub fn new(data: Jettison200ResponseData) -> Jettison200Response
pub fn new(data: Jettison200ResponseData) -> Jettison200Response
Create value with optional fields set to None.
Trait Implementations§
Source§impl Clone for Jettison200Response
impl Clone for Jettison200Response
Source§fn clone(&self) -> Jettison200Response
fn clone(&self) -> Jettison200Response
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 Jettison200Response
impl Debug for Jettison200Response
Source§impl<'de> Deserialize<'de> for Jettison200Response
impl<'de> Deserialize<'de> for Jettison200Response
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 Jettison200Response
impl PartialEq for Jettison200Response
Source§impl Serialize for Jettison200Response
impl Serialize for Jettison200Response
impl StructuralPartialEq for Jettison200Response
Auto Trait Implementations§
impl Freeze for Jettison200Response
impl RefUnwindSafe for Jettison200Response
impl Send for Jettison200Response
impl Sync for Jettison200Response
impl Unpin for Jettison200Response
impl UnwindSafe for Jettison200Response
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