pub struct VideoOwner {
pub face: String,
pub mid: i64,
pub name: String,
}Expand description
视频UP主信息
Fields§
§face: StringUP主头像
mid: i64UP主mid
name: StringUP主昵称
Trait Implementations§
Source§impl Clone for VideoOwner
impl Clone for VideoOwner
Source§fn clone(&self) -> VideoOwner
fn clone(&self) -> VideoOwner
Returns a duplicate of the value. Read more
1.0.0 · 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 VideoOwner
impl Debug for VideoOwner
Source§impl<'de> Deserialize<'de> for VideoOwner
impl<'de> Deserialize<'de> for VideoOwner
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 VideoOwner
impl RefUnwindSafe for VideoOwner
impl Send for VideoOwner
impl Sync for VideoOwner
impl Unpin for VideoOwner
impl UnwindSafe for VideoOwner
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