pub struct CheckSuiteRerequestedCheckSuite { /* private fields */ }
Implementations§
Source§impl CheckSuiteRerequestedCheckSuite
impl CheckSuiteRerequestedCheckSuite
pub fn after<T>(self, value: T) -> Self
pub fn app<T>(self, value: T) -> Self
pub fn before<T>(self, value: T) -> Self
pub fn check_runs_url<T>(self, value: T) -> Self
pub fn conclusion<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn head_branch<T>(self, value: T) -> Self
pub fn head_commit<T>(self, value: T) -> Self
pub fn head_sha<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn latest_check_runs_count<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn pull_requests<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for CheckSuiteRerequestedCheckSuite
impl Clone for CheckSuiteRerequestedCheckSuite
Source§fn clone(&self) -> CheckSuiteRerequestedCheckSuite
fn clone(&self) -> CheckSuiteRerequestedCheckSuite
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 From<CheckSuiteRerequestedCheckSuite> for CheckSuiteRerequestedCheckSuite
impl From<CheckSuiteRerequestedCheckSuite> for CheckSuiteRerequestedCheckSuite
Source§fn from(value: CheckSuiteRerequestedCheckSuite) -> Self
fn from(value: CheckSuiteRerequestedCheckSuite) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CheckSuiteRerequestedCheckSuite
impl RefUnwindSafe for CheckSuiteRerequestedCheckSuite
impl Send for CheckSuiteRerequestedCheckSuite
impl Sync for CheckSuiteRerequestedCheckSuite
impl Unpin for CheckSuiteRerequestedCheckSuite
impl UnwindSafe for CheckSuiteRerequestedCheckSuite
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