Struct google_youtube3::api::RelatedEntity
source · pub struct RelatedEntity {
pub entity: Option<Entity>,
}
Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§entity: Option<Entity>
no description provided
Trait Implementations§
source§impl Clone for RelatedEntity
impl Clone for RelatedEntity
source§fn clone(&self) -> RelatedEntity
fn clone(&self) -> RelatedEntity
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 RelatedEntity
impl Debug for RelatedEntity
source§impl Default for RelatedEntity
impl Default for RelatedEntity
source§fn default() -> RelatedEntity
fn default() -> RelatedEntity
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RelatedEntity
impl<'de> Deserialize<'de> for RelatedEntity
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 RelatedEntity
impl Serialize for RelatedEntity
impl Part for RelatedEntity
Auto Trait Implementations§
impl RefUnwindSafe for RelatedEntity
impl Send for RelatedEntity
impl Sync for RelatedEntity
impl Unpin for RelatedEntity
impl UnwindSafe for RelatedEntity
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