pub struct AddDeviceReq {
pub status: Status,
}Fields§
§status: StatusImplementations§
Source§impl AddDeviceReq
impl AddDeviceReq
Trait Implementations§
Source§impl Clone for AddDeviceReq
impl Clone for AddDeviceReq
Source§fn clone(&self) -> AddDeviceReq
fn clone(&self) -> AddDeviceReq
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 AddDeviceReq
impl RefUnwindSafe for AddDeviceReq
impl Send for AddDeviceReq
impl Sync for AddDeviceReq
impl Unpin for AddDeviceReq
impl UnwindSafe for AddDeviceReq
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