Struct google_youtube3::api::TestItem
source · pub struct TestItem {
pub featured_part: Option<bool>,
pub gaia: Option<i64>,
pub id: Option<String>,
pub snippet: Option<TestItemTestItemSnippet>,
}
Expand description
There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- insert tests (request|response)
Fields§
§featured_part: Option<bool>
no description provided
gaia: Option<i64>
no description provided
id: Option<String>
no description provided
snippet: Option<TestItemTestItemSnippet>
no description provided
Trait Implementations§
source§impl<'de> Deserialize<'de> for TestItem
impl<'de> Deserialize<'de> for TestItem
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 RequestValue for TestItem
impl ResponseResult for TestItem
Auto Trait Implementations§
impl RefUnwindSafe for TestItem
impl Send for TestItem
impl Sync for TestItem
impl Unpin for TestItem
impl UnwindSafe for TestItem
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