pub struct WorkspaceIntegrations {
pub service_name: NativeServiceName,
pub oauth_data: Option<Box<WorkspaceOAuthConfig>>,
}Fields§
§service_name: NativeServiceName§oauth_data: Option<Box<WorkspaceOAuthConfig>>Implementations§
Source§impl WorkspaceIntegrations
impl WorkspaceIntegrations
pub fn new(service_name: NativeServiceName) -> WorkspaceIntegrations
Trait Implementations§
Source§impl Clone for WorkspaceIntegrations
impl Clone for WorkspaceIntegrations
Source§fn clone(&self) -> WorkspaceIntegrations
fn clone(&self) -> WorkspaceIntegrations
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 WorkspaceIntegrations
impl Debug for WorkspaceIntegrations
Source§impl Default for WorkspaceIntegrations
impl Default for WorkspaceIntegrations
Source§fn default() -> WorkspaceIntegrations
fn default() -> WorkspaceIntegrations
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkspaceIntegrations
impl<'de> Deserialize<'de> for WorkspaceIntegrations
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
Source§impl PartialEq for WorkspaceIntegrations
impl PartialEq for WorkspaceIntegrations
Source§impl Serialize for WorkspaceIntegrations
impl Serialize for WorkspaceIntegrations
impl StructuralPartialEq for WorkspaceIntegrations
Auto Trait Implementations§
impl Freeze for WorkspaceIntegrations
impl RefUnwindSafe for WorkspaceIntegrations
impl Send for WorkspaceIntegrations
impl Sync for WorkspaceIntegrations
impl Unpin for WorkspaceIntegrations
impl UnwindSafe for WorkspaceIntegrations
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