pub struct Gist {
pub url: String,
pub description: String,
pub files: String,
pub created_at: String,
}
Fields§
§url: String
§description: String
§files: String
§created_at: String
Implementations§
Trait Implementations§
Source§impl From<Gist> for DisplayBody
impl From<Gist> for DisplayBody
Source§impl From<GithubGistFields> for Gist
impl From<GithubGistFields> for Gist
Source§fn from(fields: GithubGistFields) -> Self
fn from(fields: GithubGistFields) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Gist
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