pub struct ChangeAlarmRequest<'input> {
pub id: u32,
pub value_list: Cow<'input, ChangeAlarmAux>,
}
Fields§
§id: u32
§value_list: Cow<'input, ChangeAlarmAux>
Implementations§
Source§impl<'input> ChangeAlarmRequest<'input>
impl<'input> ChangeAlarmRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for ChangeAlarmRequest<'input>
impl<'input> Clone for ChangeAlarmRequest<'input>
Source§fn clone(&self) -> ChangeAlarmRequest<'input>
fn clone(&self) -> ChangeAlarmRequest<'input>
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 ChangeAlarmRequest<'_>
impl Debug for ChangeAlarmRequest<'_>
Source§impl<'input> Default for ChangeAlarmRequest<'input>
impl<'input> Default for ChangeAlarmRequest<'input>
Source§fn default() -> ChangeAlarmRequest<'input>
fn default() -> ChangeAlarmRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Request for ChangeAlarmRequest<'input>
impl<'input> Request for ChangeAlarmRequest<'input>
impl<'input> VoidRequest for ChangeAlarmRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for ChangeAlarmRequest<'input>
impl<'input> RefUnwindSafe for ChangeAlarmRequest<'input>
impl<'input> Send for ChangeAlarmRequest<'input>
impl<'input> Sync for ChangeAlarmRequest<'input>
impl<'input> Unpin for ChangeAlarmRequest<'input>
impl<'input> UnwindSafe for ChangeAlarmRequest<'input>
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