pub enum GetYouTubeChannelInsightsError {
Status400(),
Status401(InlineObject),
Status402(),
Status404(),
Status412(YouTubeScopeMissingResponse),
UnknownValue(Value),
}Expand description
struct for typed errors of method get_you_tube_channel_insights
Variants§
Status400()
Status401(InlineObject)
Status402()
Status404()
Status412(YouTubeScopeMissingResponse)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for GetYouTubeChannelInsightsError
impl Clone for GetYouTubeChannelInsightsError
Source§fn clone(&self) -> GetYouTubeChannelInsightsError
fn clone(&self) -> GetYouTubeChannelInsightsError
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<'de> Deserialize<'de> for GetYouTubeChannelInsightsError
impl<'de> Deserialize<'de> for GetYouTubeChannelInsightsError
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
Auto Trait Implementations§
impl Freeze for GetYouTubeChannelInsightsError
impl RefUnwindSafe for GetYouTubeChannelInsightsError
impl Send for GetYouTubeChannelInsightsError
impl Sync for GetYouTubeChannelInsightsError
impl Unpin for GetYouTubeChannelInsightsError
impl UnsafeUnpin for GetYouTubeChannelInsightsError
impl UnwindSafe for GetYouTubeChannelInsightsError
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