pub struct PromotionChannels {
pub promotion_channels_visibility_privacy: String,
pub facebook: Option<String>,
pub twitter: Option<String>,
pub youtube: Option<String>,
pub twitch: Option<String>,
}Fields§
§promotion_channels_visibility_privacy: String§facebook: Option<String>§twitter: Option<String>§youtube: Option<String>§twitch: Option<String>Trait Implementations§
Source§impl Clone for PromotionChannels
impl Clone for PromotionChannels
Source§fn clone(&self) -> PromotionChannels
fn clone(&self) -> PromotionChannels
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PromotionChannels
impl Debug for PromotionChannels
Source§impl<'de> Deserialize<'de> for PromotionChannels
impl<'de> Deserialize<'de> for PromotionChannels
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 Eq for PromotionChannels
Source§impl PartialEq for PromotionChannels
impl PartialEq for PromotionChannels
Source§fn eq(&self, other: &PromotionChannels) -> bool
fn eq(&self, other: &PromotionChannels) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PromotionChannels
impl Serialize for PromotionChannels
impl StructuralPartialEq for PromotionChannels
Auto Trait Implementations§
impl Freeze for PromotionChannels
impl RefUnwindSafe for PromotionChannels
impl Send for PromotionChannels
impl Sync for PromotionChannels
impl Unpin for PromotionChannels
impl UnsafeUnpin for PromotionChannels
impl UnwindSafe for PromotionChannels
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