pub struct TextMsgData {
pub msg_dst: Option<u64>,
pub params: Vec<String>,
}
Fields§
§msg_dst: Option<u64>
§params: Vec<String>
Implementations§
Source§impl TextMsgData
impl TextMsgData
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for TextMsgData
impl Clone for TextMsgData
Source§fn clone(&self) -> TextMsgData
fn clone(&self) -> TextMsgData
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 moreAuto Trait Implementations§
impl Freeze for TextMsgData
impl RefUnwindSafe for TextMsgData
impl Send for TextMsgData
impl Sync for TextMsgData
impl Unpin for TextMsgData
impl UnwindSafe for TextMsgData
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