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