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