pub struct IteratorGetDevice { /* private fields */ }
Expand description
Builder for the IteratorGetDevice
operation.
Implementations§
Trait Implementations§
Source§impl Debug for IteratorGetDevice
impl Debug for IteratorGetDevice
Source§impl Default for IteratorGetDevice
impl Default for IteratorGetDevice
Source§fn default() -> IteratorGetDevice
fn default() -> IteratorGetDevice
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IteratorGetDevice
impl RefUnwindSafe for IteratorGetDevice
impl Send for IteratorGetDevice
impl Sync for IteratorGetDevice
impl Unpin for IteratorGetDevice
impl UnwindSafe for IteratorGetDevice
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