pub struct GetSupportedDMResp {
pub req_obj_results: Vec<RequestedObjectResult>,
}Fields§
§req_obj_results: Vec<RequestedObjectResult>Trait Implementations§
Source§impl Clone for GetSupportedDMResp
impl Clone for GetSupportedDMResp
Source§fn clone(&self) -> GetSupportedDMResp
fn clone(&self) -> GetSupportedDMResp
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 GetSupportedDMResp
impl Debug for GetSupportedDMResp
Source§impl Default for GetSupportedDMResp
impl Default for GetSupportedDMResp
Source§fn default() -> GetSupportedDMResp
fn default() -> GetSupportedDMResp
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for GetSupportedDMResp
impl<'a> MessageRead<'a> for GetSupportedDMResp
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for GetSupportedDMResp
impl MessageWrite for GetSupportedDMResp
Source§impl PartialEq for GetSupportedDMResp
impl PartialEq for GetSupportedDMResp
Source§impl Serialize for GetSupportedDMResp
impl Serialize for GetSupportedDMResp
impl StructuralPartialEq for GetSupportedDMResp
Auto Trait Implementations§
impl Freeze for GetSupportedDMResp
impl RefUnwindSafe for GetSupportedDMResp
impl Send for GetSupportedDMResp
impl Sync for GetSupportedDMResp
impl Unpin for GetSupportedDMResp
impl UnwindSafe for GetSupportedDMResp
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