pub struct GetSupportedDM {
pub obj_paths: Vec<String>,
pub first_level_only: bool,
pub return_commands: bool,
pub return_events: bool,
pub return_params: bool,
pub return_unique_key_sets: bool,
}Fields§
§obj_paths: Vec<String>§first_level_only: bool§return_commands: bool§return_events: bool§return_params: bool§return_unique_key_sets: boolTrait Implementations§
Source§impl Clone for GetSupportedDM
impl Clone for GetSupportedDM
Source§fn clone(&self) -> GetSupportedDM
fn clone(&self) -> GetSupportedDM
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 GetSupportedDM
impl Debug for GetSupportedDM
Source§impl Default for GetSupportedDM
impl Default for GetSupportedDM
Source§fn default() -> GetSupportedDM
fn default() -> GetSupportedDM
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for GetSupportedDM
impl<'a> MessageRead<'a> for GetSupportedDM
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 GetSupportedDM
impl MessageWrite for GetSupportedDM
Source§impl PartialEq for GetSupportedDM
impl PartialEq for GetSupportedDM
Source§impl Serialize for GetSupportedDM
impl Serialize for GetSupportedDM
impl StructuralPartialEq for GetSupportedDM
Auto Trait Implementations§
impl Freeze for GetSupportedDM
impl RefUnwindSafe for GetSupportedDM
impl Send for GetSupportedDM
impl Sync for GetSupportedDM
impl Unpin for GetSupportedDM
impl UnwindSafe for GetSupportedDM
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