pub struct InstallationSuspendInstallationSuspendedBy { /* private fields */ }
Implementations§
Source§impl InstallationSuspendInstallationSuspendedBy
impl InstallationSuspendInstallationSuspendedBy
pub fn avatar_url<T>(self, value: T) -> Self
pub fn email<T>(self, value: T) -> Self
pub fn events_url<T>(self, value: T) -> Self
pub fn followers_url<T>(self, value: T) -> Self
pub fn following_url<T>(self, value: T) -> Self
pub fn gists_url<T>(self, value: T) -> Self
pub fn gravatar_id<T>(self, value: T) -> Self
pub fn html_url<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn login<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn node_id<T>(self, value: T) -> Self
pub fn organizations_url<T>(self, value: T) -> Self
pub fn received_events_url<T>(self, value: T) -> Self
pub fn repos_url<T>(self, value: T) -> Self
pub fn site_admin<T>(self, value: T) -> Self
pub fn starred_url<T>(self, value: T) -> Self
pub fn subscriptions_url<T>(self, value: T) -> Self
pub fn type_<T>(self, value: T) -> Self
pub fn url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for InstallationSuspendInstallationSuspendedBy
impl Clone for InstallationSuspendInstallationSuspendedBy
Source§fn clone(&self) -> InstallationSuspendInstallationSuspendedBy
fn clone(&self) -> InstallationSuspendInstallationSuspendedBy
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<InstallationSuspendInstallationSuspendedBy> for InstallationSuspendInstallationSuspendedBy
impl From<InstallationSuspendInstallationSuspendedBy> for InstallationSuspendInstallationSuspendedBy
Source§fn from(value: InstallationSuspendInstallationSuspendedBy) -> Self
fn from(value: InstallationSuspendInstallationSuspendedBy) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InstallationSuspendInstallationSuspendedBy
impl RefUnwindSafe for InstallationSuspendInstallationSuspendedBy
impl Send for InstallationSuspendInstallationSuspendedBy
impl Sync for InstallationSuspendInstallationSuspendedBy
impl Unpin for InstallationSuspendInstallationSuspendedBy
impl UnwindSafe for InstallationSuspendInstallationSuspendedBy
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