pub struct GetSystemUpdateIdResponse {
pub id: Option<u32>,
}Fields§
§id: Option<u32>Trait Implementations§
Source§impl Clone for GetSystemUpdateIdResponse
impl Clone for GetSystemUpdateIdResponse
Source§fn clone(&self) -> GetSystemUpdateIdResponse
fn clone(&self) -> GetSystemUpdateIdResponse
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 GetSystemUpdateIdResponse
impl Debug for GetSystemUpdateIdResponse
Source§impl DecodeSoapResponse for GetSystemUpdateIdResponse
impl DecodeSoapResponse for GetSystemUpdateIdResponse
Source§fn decode_soap_xml(xml: &str) -> Result<Self>
fn decode_soap_xml(xml: &str) -> Result<Self>
xml is a complete Soap
<Envelope> element.
This method decodes and returns Self from that Envelope.Source§impl<'xml> FromXml<'xml> for GetSystemUpdateIdResponse
impl<'xml> FromXml<'xml> for GetSystemUpdateIdResponse
const KIND: Kind = ::instant_xml::Kind::Element
type Accumulator = Option<GetSystemUpdateIdResponse>
fn matches(id: Id<'_>, field: Option<Id<'_>>) -> bool
fn deserialize<'cx>( into: &mut Self::Accumulator, field: &'static str, deserializer: &mut Deserializer<'cx, 'xml>, ) -> Result<(), Error>
impl StructuralPartialEq for GetSystemUpdateIdResponse
Auto Trait Implementations§
impl Freeze for GetSystemUpdateIdResponse
impl RefUnwindSafe for GetSystemUpdateIdResponse
impl Send for GetSystemUpdateIdResponse
impl Sync for GetSystemUpdateIdResponse
impl Unpin for GetSystemUpdateIdResponse
impl UnwindSafe for GetSystemUpdateIdResponse
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