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