pub struct WorkspaceGithubInstallation {
pub account_id: String,
pub installation_id: f64,
}Fields§
§account_id: String§installation_id: f64Implementations§
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§impl Debug for WorkspaceGithubInstallation
impl Debug for WorkspaceGithubInstallation
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 UnsafeUnpin 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