pub struct UserUploadedVideosButton {
pub text: String,
pub uri: String,
}Expand description
Optional play-all button returned by uploaded-video searches.
Fields§
§text: StringButton text.
uri: StringButton target URI.
Trait Implementations§
Source§impl Clone for UserUploadedVideosButton
impl Clone for UserUploadedVideosButton
Source§fn clone(&self) -> UserUploadedVideosButton
fn clone(&self) -> UserUploadedVideosButton
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 UserUploadedVideosButton
impl Debug for UserUploadedVideosButton
Source§impl<'de> Deserialize<'de> for UserUploadedVideosButton
impl<'de> Deserialize<'de> for UserUploadedVideosButton
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 UserUploadedVideosButton
Source§impl PartialEq for UserUploadedVideosButton
impl PartialEq for UserUploadedVideosButton
Source§fn eq(&self, other: &UserUploadedVideosButton) -> bool
fn eq(&self, other: &UserUploadedVideosButton) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UserUploadedVideosButton
impl Serialize for UserUploadedVideosButton
impl StructuralPartialEq for UserUploadedVideosButton
Auto Trait Implementations§
impl Freeze for UserUploadedVideosButton
impl RefUnwindSafe for UserUploadedVideosButton
impl Send for UserUploadedVideosButton
impl Sync for UserUploadedVideosButton
impl Unpin for UserUploadedVideosButton
impl UnsafeUnpin for UserUploadedVideosButton
impl UnwindSafe for UserUploadedVideosButton
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.