pub struct Say {
pub text: BString,
}Expand description
Say a message in a chat bubble
Fields§
§text: BStringTrait Implementations§
Source§impl<'de> DeserializeV5<'de> for Say
impl<'de> DeserializeV5<'de> for Say
fn deserialize(de: &mut AirmashDeserializerV5<'de>) -> Result<Self>
Source§impl From<Say> for ClientPacket
impl From<Say> for ClientPacket
Source§impl SerializeV5 for Say
impl SerializeV5 for Say
fn serialize<'ser>(&self, ser: &mut AirmashSerializerV5<'ser>) -> Result
Auto Trait Implementations§
impl Freeze for Say
impl RefUnwindSafe for Say
impl Send for Say
impl Sync for Say
impl Unpin for Say
impl UnwindSafe for Say
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