pub struct BroadcastTour {Show 13 fields
pub id: String,
pub name: String,
pub slug: String,
pub created_at: i64,
pub dates: Option<Vec<i64>>,
pub info: Option<BroadcastTourInfo>,
pub tier: Option<i32>,
pub image: Option<String>,
pub description: Option<String>,
pub team_table: Option<bool>,
pub show_team_scores: Option<bool>,
pub url: String,
pub community_owner: Option<LightUser>,
}Fields§
§id: String§name: String§slug: String§created_at: i64§dates: Option<Vec<i64>>§info: Option<BroadcastTourInfo>§tier: Option<i32>§image: Option<String>§description: Option<String>§team_table: Option<bool>§show_team_scores: Option<bool>§url: String§community_owner: Option<LightUser>Trait Implementations§
Source§impl Clone for BroadcastTour
impl Clone for BroadcastTour
Source§fn clone(&self) -> BroadcastTour
fn clone(&self) -> BroadcastTour
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 BroadcastTour
impl Debug for BroadcastTour
Source§impl<'de> Deserialize<'de> for BroadcastTour
impl<'de> Deserialize<'de> for BroadcastTour
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
Auto Trait Implementations§
impl Freeze for BroadcastTour
impl RefUnwindSafe for BroadcastTour
impl Send for BroadcastTour
impl Sync for BroadcastTour
impl Unpin for BroadcastTour
impl UnsafeUnpin for BroadcastTour
impl UnwindSafe for BroadcastTour
Blanket Implementations§
impl<B> BodyBounds for Bwhere
B: Serialize,
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