pub struct PullreqFileViewCreateInput {
pub commit_sha: String,
pub path: String,
}Fields§
§commit_sha: String§path: StringImplementations§
Source§impl PullreqFileViewCreateInput
impl PullreqFileViewCreateInput
pub fn new(commit_sha: String, path: String) -> PullreqFileViewCreateInput
Trait Implementations§
Source§impl Clone for PullreqFileViewCreateInput
impl Clone for PullreqFileViewCreateInput
Source§fn clone(&self) -> PullreqFileViewCreateInput
fn clone(&self) -> PullreqFileViewCreateInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PullreqFileViewCreateInput
impl Debug for PullreqFileViewCreateInput
Source§impl Default for PullreqFileViewCreateInput
impl Default for PullreqFileViewCreateInput
Source§fn default() -> PullreqFileViewCreateInput
fn default() -> PullreqFileViewCreateInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PullreqFileViewCreateInput
impl<'de> Deserialize<'de> for PullreqFileViewCreateInput
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
impl StructuralPartialEq for PullreqFileViewCreateInput
Auto Trait Implementations§
impl Freeze for PullreqFileViewCreateInput
impl RefUnwindSafe for PullreqFileViewCreateInput
impl Send for PullreqFileViewCreateInput
impl Sync for PullreqFileViewCreateInput
impl Unpin for PullreqFileViewCreateInput
impl UnwindSafe for PullreqFileViewCreateInput
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