pub struct NewFile {
pub content: String,
pub message: String,
pub sha: Option<String>,
}Fields§
§content: String§message: String§sha: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewFile
impl RefUnwindSafe for NewFile
impl Send for NewFile
impl Sync for NewFile
impl Unpin for NewFile
impl UnwindSafe for NewFile
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