pub struct VideoCoinStatusParams { /* private fields */ }Expand description
检查当前账号是否已给视频投币的参数。
Implementations§
Trait Implementations§
Source§impl Clone for VideoCoinStatusParams
impl Clone for VideoCoinStatusParams
Source§fn clone(&self) -> VideoCoinStatusParams
fn clone(&self) -> VideoCoinStatusParams
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 VideoCoinStatusParams
impl Debug for VideoCoinStatusParams
impl Eq for VideoCoinStatusParams
Source§impl PartialEq for VideoCoinStatusParams
impl PartialEq for VideoCoinStatusParams
Source§fn eq(&self, other: &VideoCoinStatusParams) -> bool
fn eq(&self, other: &VideoCoinStatusParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VideoCoinStatusParams
Auto Trait Implementations§
impl Freeze for VideoCoinStatusParams
impl RefUnwindSafe for VideoCoinStatusParams
impl Send for VideoCoinStatusParams
impl Sync for VideoCoinStatusParams
impl Unpin for VideoCoinStatusParams
impl UnsafeUnpin for VideoCoinStatusParams
impl UnwindSafe for VideoCoinStatusParams
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