pub struct LiveChatPollDetailsPollMetadataPollOption {
pub option_text: Option<String>,
pub tally: Option<i64>,
}
Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§option_text: Option<String>
no description provided
tally: Option<i64>
no description provided
Trait Implementations§
source§impl Clone for LiveChatPollDetailsPollMetadataPollOption
impl Clone for LiveChatPollDetailsPollMetadataPollOption
source§fn clone(&self) -> LiveChatPollDetailsPollMetadataPollOption
fn clone(&self) -> LiveChatPollDetailsPollMetadataPollOption
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 Default for LiveChatPollDetailsPollMetadataPollOption
impl Default for LiveChatPollDetailsPollMetadataPollOption
source§fn default() -> LiveChatPollDetailsPollMetadataPollOption
fn default() -> LiveChatPollDetailsPollMetadataPollOption
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LiveChatPollDetailsPollMetadataPollOption
impl<'de> Deserialize<'de> for LiveChatPollDetailsPollMetadataPollOption
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 LiveChatPollDetailsPollMetadataPollOption
Auto Trait Implementations§
impl RefUnwindSafe for LiveChatPollDetailsPollMetadataPollOption
impl Send for LiveChatPollDetailsPollMetadataPollOption
impl Sync for LiveChatPollDetailsPollMetadataPollOption
impl Unpin for LiveChatPollDetailsPollMetadataPollOption
impl UnwindSafe for LiveChatPollDetailsPollMetadataPollOption
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