pub struct NotifyFocusOut(/* private fields */);Expand description
A NotifyFocusOut signal.
Implementations§
Source§impl NotifyFocusOut
impl NotifyFocusOut
Sourcepub fn from_message<M>(msg: M) -> Option<Self>
pub fn from_message<M>(msg: M) -> Option<Self>
Try to construct a
NotifyFocusOut
from a zbus::Message.
Sourcepub fn message(&self) -> &Message
pub fn message(&self) -> &Message
The reference to the underlying zbus::Message.
Trait Implementations§
Source§impl Clone for NotifyFocusOut
impl Clone for NotifyFocusOut
Source§fn clone(&self) -> NotifyFocusOut
fn clone(&self) -> NotifyFocusOut
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 NotifyFocusOut
impl Debug for NotifyFocusOut
Source§impl From<NotifyFocusOut> for Message
impl From<NotifyFocusOut> for Message
Source§fn from(signal: NotifyFocusOut) -> Self
fn from(signal: NotifyFocusOut) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NotifyFocusOut
impl RefUnwindSafe for NotifyFocusOut
impl Send for NotifyFocusOut
impl Sync for NotifyFocusOut
impl Unpin for NotifyFocusOut
impl UnwindSafe for NotifyFocusOut
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