pub struct RepoGetPullRequestFilesQuery {
pub skip_to: Option<String>,
pub whitespace: Option<RepoGetPullRequestFilesQueryWhitespace>,
}Fields§
§skip_to: Option<String>skip to given file
whitespace: Option<RepoGetPullRequestFilesQueryWhitespace>whitespace behavior
Trait Implementations§
Source§impl Clone for RepoGetPullRequestFilesQuery
impl Clone for RepoGetPullRequestFilesQuery
Source§fn clone(&self) -> RepoGetPullRequestFilesQuery
fn clone(&self) -> RepoGetPullRequestFilesQuery
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 RepoGetPullRequestFilesQuery
impl Debug for RepoGetPullRequestFilesQuery
Source§impl Default for RepoGetPullRequestFilesQuery
impl Default for RepoGetPullRequestFilesQuery
Source§fn default() -> RepoGetPullRequestFilesQuery
fn default() -> RepoGetPullRequestFilesQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for RepoGetPullRequestFilesQuery
impl PartialEq for RepoGetPullRequestFilesQuery
Source§fn eq(&self, other: &RepoGetPullRequestFilesQuery) -> bool
fn eq(&self, other: &RepoGetPullRequestFilesQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RepoGetPullRequestFilesQuery
Auto Trait Implementations§
impl Freeze for RepoGetPullRequestFilesQuery
impl RefUnwindSafe for RepoGetPullRequestFilesQuery
impl Send for RepoGetPullRequestFilesQuery
impl Sync for RepoGetPullRequestFilesQuery
impl Unpin for RepoGetPullRequestFilesQuery
impl UnwindSafe for RepoGetPullRequestFilesQuery
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