Struct github_rest::model::gists::Gist
source · pub struct Gist {
pub owner: SimpleUser,
pub truncated: bool,
pub shared: SimpleGist,
}
Expand description
Fields§
§owner: SimpleUser
§truncated: bool
Trait Implementations§
source§impl AsRef<SimpleGist> for Gist
impl AsRef<SimpleGist> for Gist
source§fn as_ref(&self) -> &SimpleGist
fn as_ref(&self) -> &SimpleGist
Converts this type into a shared reference of the (usually inferred) input type.
source§impl<'de> Deserialize<'de> for Gist
impl<'de> Deserialize<'de> for Gist
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<Gist> for Gist
impl PartialEq<Gist> for Gist
impl StructuralPartialEq for Gist
Auto Trait Implementations§
impl RefUnwindSafe for Gist
impl Send for Gist
impl Sync for Gist
impl Unpin for Gist
impl UnwindSafe for Gist
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