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