pub struct InstallationSuspendInstallation { /* private fields */ }
Implementations§
Source§impl InstallationSuspendInstallation
impl InstallationSuspendInstallation
pub fn access_tokens_url<T>(self, value: T) -> Self
pub fn account<T>(self, value: T) -> Self
pub fn app_id<T>(self, value: T) -> Self
pub fn app_slug<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn events<T>(self, value: T) -> Self
pub fn has_multiple_single_files<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn permissions<T>(self, value: T) -> Self
pub fn repositories_url<T>(self, value: T) -> Self
pub fn repository_selection<T>(self, value: T) -> Self
pub fn single_file_name<T>(self, value: T) -> Self
pub fn single_file_paths<T>(self, value: T) -> Self
pub fn suspended_at<T>(self, value: T) -> Self
pub fn suspended_by<T>(self, value: T) -> Self
pub fn target_id<T>(self, value: T) -> Self
pub fn target_type<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for InstallationSuspendInstallation
impl Clone for InstallationSuspendInstallation
Source§fn clone(&self) -> InstallationSuspendInstallation
fn clone(&self) -> InstallationSuspendInstallation
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<InstallationSuspendInstallation> for InstallationSuspendInstallation
impl From<InstallationSuspendInstallation> for InstallationSuspendInstallation
Source§fn from(value: InstallationSuspendInstallation) -> Self
fn from(value: InstallationSuspendInstallation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InstallationSuspendInstallation
impl RefUnwindSafe for InstallationSuspendInstallation
impl Send for InstallationSuspendInstallation
impl Sync for InstallationSuspendInstallation
impl Unpin for InstallationSuspendInstallation
impl UnwindSafe for InstallationSuspendInstallation
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