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