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