pub struct DeviceWalkResult {
pub device_id: ObjectId,
pub objects: Vec<ObjectSummary>,
}Expand description
Result of a full device walk.
Fields§
§device_id: ObjectId§objects: Vec<ObjectSummary>Trait Implementations§
Source§impl Clone for DeviceWalkResult
impl Clone for DeviceWalkResult
Source§fn clone(&self) -> DeviceWalkResult
fn clone(&self) -> DeviceWalkResult
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 moreAuto Trait Implementations§
impl Freeze for DeviceWalkResult
impl RefUnwindSafe for DeviceWalkResult
impl Send for DeviceWalkResult
impl Sync for DeviceWalkResult
impl Unpin for DeviceWalkResult
impl UnsafeUnpin for DeviceWalkResult
impl UnwindSafe for DeviceWalkResult
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