pub struct GetAlarmOptions {
pub allow_concurrency: Option<bool>,
}
Fields§
§allow_concurrency: Option<bool>
Trait Implementations§
Source§impl Clone for GetAlarmOptions
impl Clone for GetAlarmOptions
Source§fn clone(&self) -> GetAlarmOptions
fn clone(&self) -> GetAlarmOptions
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 GetAlarmOptions
impl Debug for GetAlarmOptions
Source§impl Default for GetAlarmOptions
impl Default for GetAlarmOptions
Source§fn default() -> GetAlarmOptions
fn default() -> GetAlarmOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetAlarmOptions
impl RefUnwindSafe for GetAlarmOptions
impl Send for GetAlarmOptions
impl Sync for GetAlarmOptions
impl Unpin for GetAlarmOptions
impl UnwindSafe for GetAlarmOptions
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