pub struct InstallationUnsuspendInstallation { /* private fields */ }
Implementations§
Source§impl InstallationUnsuspendInstallation
impl InstallationUnsuspendInstallation
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 InstallationUnsuspendInstallation
impl Clone for InstallationUnsuspendInstallation
Source§fn clone(&self) -> InstallationUnsuspendInstallation
fn clone(&self) -> InstallationUnsuspendInstallation
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<InstallationUnsuspendInstallation> for InstallationUnsuspendInstallation
impl From<InstallationUnsuspendInstallation> for InstallationUnsuspendInstallation
Source§fn from(value: InstallationUnsuspendInstallation) -> Self
fn from(value: InstallationUnsuspendInstallation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InstallationUnsuspendInstallation
impl RefUnwindSafe for InstallationUnsuspendInstallation
impl Send for InstallationUnsuspendInstallation
impl Sync for InstallationUnsuspendInstallation
impl Unpin for InstallationUnsuspendInstallation
impl UnwindSafe for InstallationUnsuspendInstallation
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