pub struct GetClipzyRaw403Response {
pub error: Option<String>,
}Fields§
§error: Option<String>Implementations§
Source§impl GetClipzyRaw403Response
impl GetClipzyRaw403Response
pub fn new() -> GetClipzyRaw403Response
Trait Implementations§
Source§impl Clone for GetClipzyRaw403Response
impl Clone for GetClipzyRaw403Response
Source§fn clone(&self) -> GetClipzyRaw403Response
fn clone(&self) -> GetClipzyRaw403Response
Returns a duplicate 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 GetClipzyRaw403Response
impl Debug for GetClipzyRaw403Response
Source§impl Default for GetClipzyRaw403Response
impl Default for GetClipzyRaw403Response
Source§fn default() -> GetClipzyRaw403Response
fn default() -> GetClipzyRaw403Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetClipzyRaw403Response
impl<'de> Deserialize<'de> for GetClipzyRaw403Response
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 GetClipzyRaw403Response
impl PartialEq for GetClipzyRaw403Response
Source§impl Serialize for GetClipzyRaw403Response
impl Serialize for GetClipzyRaw403Response
impl StructuralPartialEq for GetClipzyRaw403Response
Auto Trait Implementations§
impl Freeze for GetClipzyRaw403Response
impl RefUnwindSafe for GetClipzyRaw403Response
impl Send for GetClipzyRaw403Response
impl Sync for GetClipzyRaw403Response
impl Unpin for GetClipzyRaw403Response
impl UnwindSafe for GetClipzyRaw403Response
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