pub struct GistFile;Trait Implementations§
Source§impl HasField<__typename> for GistFile
impl HasField<__typename> for GistFile
Source§impl HasField<encodedName> for GistFile
impl HasField<encodedName> for GistFile
Source§impl HasField<isTruncated> for GistFile
impl HasField<isTruncated> for GistFile
Auto Trait Implementations§
impl Freeze for GistFile
impl RefUnwindSafe for GistFile
impl Send for GistFile
impl Sync for GistFile
impl Unpin for GistFile
impl UnwindSafe for GistFile
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