pub struct GetRemainingSleepTimerDurationOperationRequest {
pub instance_id: u32,
}Fields§
§instance_id: u32Trait Implementations§
Source§impl Clone for GetRemainingSleepTimerDurationOperationRequest
impl Clone for GetRemainingSleepTimerDurationOperationRequest
Source§fn clone(&self) -> GetRemainingSleepTimerDurationOperationRequest
fn clone(&self) -> GetRemainingSleepTimerDurationOperationRequest
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 PartialEq for GetRemainingSleepTimerDurationOperationRequest
impl PartialEq for GetRemainingSleepTimerDurationOperationRequest
Source§fn eq(&self, other: &GetRemainingSleepTimerDurationOperationRequest) -> bool
fn eq(&self, other: &GetRemainingSleepTimerDurationOperationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Validate for GetRemainingSleepTimerDurationOperationRequest
impl Validate for GetRemainingSleepTimerDurationOperationRequest
Source§fn validate_basic(&self) -> Result<(), ValidationError>
fn validate_basic(&self) -> Result<(), ValidationError>
Perform basic validation Read more
Source§fn validate(&self, level: ValidationLevel) -> Result<(), ValidationError>
fn validate(&self, level: ValidationLevel) -> Result<(), ValidationError>
Validate with the specified level
impl StructuralPartialEq for GetRemainingSleepTimerDurationOperationRequest
Auto Trait Implementations§
impl Freeze for GetRemainingSleepTimerDurationOperationRequest
impl RefUnwindSafe for GetRemainingSleepTimerDurationOperationRequest
impl Send for GetRemainingSleepTimerDurationOperationRequest
impl Sync for GetRemainingSleepTimerDurationOperationRequest
impl Unpin for GetRemainingSleepTimerDurationOperationRequest
impl UnsafeUnpin for GetRemainingSleepTimerDurationOperationRequest
impl UnwindSafe for GetRemainingSleepTimerDurationOperationRequest
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