pub struct NotifyTextMessage { /* private fields */ }
Implementations§
Source§impl NotifyTextMessage
impl NotifyTextMessage
pub fn msg(&self) -> &str
pub fn invoker_name(&self) -> &str
pub fn target_mode(&self) -> i8
pub fn invoker_id(&self) -> i64
pub fn invoker_uid(&self) -> &str
Trait Implementations§
Source§impl Clone for NotifyTextMessage
impl Clone for NotifyTextMessage
Source§fn clone(&self) -> NotifyTextMessage
fn clone(&self) -> NotifyTextMessage
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NotifyTextMessage
impl Debug for NotifyTextMessage
Source§impl<'de> Deserialize<'de> for NotifyTextMessage
impl<'de> Deserialize<'de> for NotifyTextMessage
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromQueryString for NotifyTextMessage
impl FromQueryString for NotifyTextMessage
Auto Trait Implementations§
impl Freeze for NotifyTextMessage
impl RefUnwindSafe for NotifyTextMessage
impl Send for NotifyTextMessage
impl Sync for NotifyTextMessage
impl Unpin for NotifyTextMessage
impl UnwindSafe for NotifyTextMessage
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