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