pub struct DanmakuTrack {
pub cid: u64,
pub xml_url: String,
}Fields§
§cid: u64§xml_url: StringTrait Implementations§
Source§impl Clone for DanmakuTrack
impl Clone for DanmakuTrack
Source§fn clone(&self) -> DanmakuTrack
fn clone(&self) -> DanmakuTrack
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 DanmakuTrack
impl Debug for DanmakuTrack
Source§impl<'de> Deserialize<'de> for DanmakuTrack
impl<'de> Deserialize<'de> for DanmakuTrack
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 DanmakuTrack
Source§impl PartialEq for DanmakuTrack
impl PartialEq for DanmakuTrack
Source§fn eq(&self, other: &DanmakuTrack) -> bool
fn eq(&self, other: &DanmakuTrack) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DanmakuTrack
impl Serialize for DanmakuTrack
impl StructuralPartialEq for DanmakuTrack
Auto Trait Implementations§
impl Freeze for DanmakuTrack
impl RefUnwindSafe for DanmakuTrack
impl Send for DanmakuTrack
impl Sync for DanmakuTrack
impl Unpin for DanmakuTrack
impl UnsafeUnpin for DanmakuTrack
impl UnwindSafe for DanmakuTrack
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