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