Struct google_youtube3::api::VideoProjectDetails
source · pub struct VideoProjectDetails { /* private fields */ }
Expand description
DEPRECATED. b/157517979: This part was never populated after it was added. However, it sees non-zero traffic because there is generated client code in the wild that refers to it [1]. We keep this field and do NOT remove it because otherwise V3 would return an error when this part gets requested [2]. [1] https://developers.google.com/resources/api-libraries/documentation/youtube/v3/csharp/latest/classGoogle_1_1Apis_1_1YouTube_1_1v3_1_1Data_1_1VideoProjectDetails.html [2] http://google3/video/youtube/src/python/servers/data_api/common.py?l=1565-1569&rcl=344141677
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
source§impl Clone for VideoProjectDetails
impl Clone for VideoProjectDetails
source§fn clone(&self) -> VideoProjectDetails
fn clone(&self) -> VideoProjectDetails
Returns a copy 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 VideoProjectDetails
impl Debug for VideoProjectDetails
source§impl Default for VideoProjectDetails
impl Default for VideoProjectDetails
source§fn default() -> VideoProjectDetails
fn default() -> VideoProjectDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VideoProjectDetails
impl<'de> Deserialize<'de> for VideoProjectDetails
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 Serialize for VideoProjectDetails
impl Serialize for VideoProjectDetails
impl Part for VideoProjectDetails
Auto Trait Implementations§
impl RefUnwindSafe for VideoProjectDetails
impl Send for VideoProjectDetails
impl Sync for VideoProjectDetails
impl Unpin for VideoProjectDetails
impl UnwindSafe for VideoProjectDetails
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