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