pub struct UpdateGist<'a> {
pub files: &'a [(String, String)],
pub description: Option<&'a str>,
}Fields§
§files: &'a [(String, String)]§description: Option<&'a str>Auto Trait Implementations§
impl<'a> Freeze for UpdateGist<'a>
impl<'a> RefUnwindSafe for UpdateGist<'a>
impl<'a> Send for UpdateGist<'a>
impl<'a> Sync for UpdateGist<'a>
impl<'a> Unpin for UpdateGist<'a>
impl<'a> UnsafeUnpin for UpdateGist<'a>
impl<'a> UnwindSafe for UpdateGist<'a>
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