Struct google_youtube3::api::LiveChatTextMessageDetails
source · pub struct LiveChatTextMessageDetails {
pub message_text: Option<String>,
}
Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§message_text: Option<String>
The user’s message.
Trait Implementations§
source§impl Clone for LiveChatTextMessageDetails
impl Clone for LiveChatTextMessageDetails
source§fn clone(&self) -> LiveChatTextMessageDetails
fn clone(&self) -> LiveChatTextMessageDetails
Returns a copy 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 LiveChatTextMessageDetails
impl Debug for LiveChatTextMessageDetails
source§impl Default for LiveChatTextMessageDetails
impl Default for LiveChatTextMessageDetails
source§fn default() -> LiveChatTextMessageDetails
fn default() -> LiveChatTextMessageDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LiveChatTextMessageDetails
impl<'de> Deserialize<'de> for LiveChatTextMessageDetails
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
impl Part for LiveChatTextMessageDetails
Auto Trait Implementations§
impl RefUnwindSafe for LiveChatTextMessageDetails
impl Send for LiveChatTextMessageDetails
impl Sync for LiveChatTextMessageDetails
impl Unpin for LiveChatTextMessageDetails
impl UnwindSafe for LiveChatTextMessageDetails
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