Struct google_youtube3::api::LiveChatModeratorSnippet
source · pub struct LiveChatModeratorSnippet {
pub live_chat_id: Option<String>,
pub moderator_details: Option<ChannelProfileDetails>,
}
Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§live_chat_id: Option<String>
The ID of the live chat this moderator can act on.
moderator_details: Option<ChannelProfileDetails>
Details about the moderator.
Trait Implementations§
source§impl Clone for LiveChatModeratorSnippet
impl Clone for LiveChatModeratorSnippet
source§fn clone(&self) -> LiveChatModeratorSnippet
fn clone(&self) -> LiveChatModeratorSnippet
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 LiveChatModeratorSnippet
impl Debug for LiveChatModeratorSnippet
source§impl Default for LiveChatModeratorSnippet
impl Default for LiveChatModeratorSnippet
source§fn default() -> LiveChatModeratorSnippet
fn default() -> LiveChatModeratorSnippet
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LiveChatModeratorSnippet
impl<'de> Deserialize<'de> for LiveChatModeratorSnippet
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 Serialize for LiveChatModeratorSnippet
impl Serialize for LiveChatModeratorSnippet
impl Part for LiveChatModeratorSnippet
Auto Trait Implementations§
impl RefUnwindSafe for LiveChatModeratorSnippet
impl Send for LiveChatModeratorSnippet
impl Sync for LiveChatModeratorSnippet
impl Unpin for LiveChatModeratorSnippet
impl UnwindSafe for LiveChatModeratorSnippet
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