pub struct SpecialOneOf3 {
pub type: RHashType,
pub content_type: LightspeedType,
pub id: String,
}Expand description
SpecialOneOf3 : Lightspeed.tv stream
Fields§
§type: RHashType§content_type: LightspeedType§id: StringImplementations§
Source§impl SpecialOneOf3
impl SpecialOneOf3
Sourcepub fn new(
type: RHashType,
content_type: LightspeedType,
id: String,
) -> SpecialOneOf3
pub fn new( type: RHashType, content_type: LightspeedType, id: String, ) -> SpecialOneOf3
Lightspeed.tv stream
Trait Implementations§
Source§impl Clone for SpecialOneOf3
impl Clone for SpecialOneOf3
Source§fn clone(&self) -> SpecialOneOf3
fn clone(&self) -> SpecialOneOf3
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 SpecialOneOf3
impl Debug for SpecialOneOf3
Source§impl Default for SpecialOneOf3
impl Default for SpecialOneOf3
Source§fn default() -> SpecialOneOf3
fn default() -> SpecialOneOf3
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpecialOneOf3
impl<'de> Deserialize<'de> for SpecialOneOf3
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 PartialEq for SpecialOneOf3
impl PartialEq for SpecialOneOf3
Source§fn eq(&self, other: &SpecialOneOf3) -> bool
fn eq(&self, other: &SpecialOneOf3) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SpecialOneOf3
impl Serialize for SpecialOneOf3
impl StructuralPartialEq for SpecialOneOf3
Auto Trait Implementations§
impl Freeze for SpecialOneOf3
impl RefUnwindSafe for SpecialOneOf3
impl Send for SpecialOneOf3
impl Sync for SpecialOneOf3
impl Unpin for SpecialOneOf3
impl UnsafeUnpin for SpecialOneOf3
impl UnwindSafe for SpecialOneOf3
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