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