pub struct GhResponse {
pub data: GhData,
}
Expand description
Github Response
Fields§
§data: GhData
Data
Trait Implementations§
source§impl Debug for GhResponse
impl Debug for GhResponse
source§impl Default for GhResponse
impl Default for GhResponse
source§fn default() -> GhResponse
fn default() -> GhResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GhResponse
impl<'de> Deserialize<'de> for GhResponse
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 GhResponse
impl RefUnwindSafe for GhResponse
impl Send for GhResponse
impl Sync for GhResponse
impl Unpin for GhResponse
impl UnwindSafe for GhResponse
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