pub struct QueryAlarm {
pub alarm: Alarm,
}Expand description
The QueryAlarm request.
This request replies QueryAlarmReply.
Associated cookie types are QueryAlarmCookie and QueryAlarmCookieUnchecked.
Fields§
§alarm: AlarmTrait Implementations§
Source§impl Clone for QueryAlarm
impl Clone for QueryAlarm
Source§fn clone(&self) -> QueryAlarm
fn clone(&self) -> QueryAlarm
Returns a copy 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 QueryAlarm
impl Debug for QueryAlarm
Source§impl RawRequest for QueryAlarm
impl RawRequest for QueryAlarm
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for QueryAlarm
impl Request for QueryAlarm
Source§impl RequestWithReply for QueryAlarm
impl RequestWithReply for QueryAlarm
Source§type Reply = QueryAlarmReply
type Reply = QueryAlarmReply
Reply associated with the request
Source§type Cookie = QueryAlarmCookie
type Cookie = QueryAlarmCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = QueryAlarmCookieUnchecked
type CookieUnchecked = QueryAlarmCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryAlarm
impl RefUnwindSafe for QueryAlarm
impl Send for QueryAlarm
impl Sync for QueryAlarm
impl Unpin for QueryAlarm
impl UnwindSafe for QueryAlarm
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