pub struct WorkspaceGithubInstallation {
pub account_id: String,
pub installation_id: f64,
}
Fields§
§account_id: String
§installation_id: f64
Implementations§
Source§impl WorkspaceGithubInstallation
impl WorkspaceGithubInstallation
pub fn new( account_id: String, installation_id: f64, ) -> WorkspaceGithubInstallation
Trait Implementations§
Source§impl Clone for WorkspaceGithubInstallation
impl Clone for WorkspaceGithubInstallation
Source§fn clone(&self) -> WorkspaceGithubInstallation
fn clone(&self) -> WorkspaceGithubInstallation
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 Debug for WorkspaceGithubInstallation
impl Debug for WorkspaceGithubInstallation
Source§impl Default for WorkspaceGithubInstallation
impl Default for WorkspaceGithubInstallation
Source§fn default() -> WorkspaceGithubInstallation
fn default() -> WorkspaceGithubInstallation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkspaceGithubInstallation
impl<'de> Deserialize<'de> for WorkspaceGithubInstallation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for WorkspaceGithubInstallation
Auto Trait Implementations§
impl Freeze for WorkspaceGithubInstallation
impl RefUnwindSafe for WorkspaceGithubInstallation
impl Send for WorkspaceGithubInstallation
impl Sync for WorkspaceGithubInstallation
impl Unpin for WorkspaceGithubInstallation
impl UnwindSafe for WorkspaceGithubInstallation
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