pub struct WorkOSAuthConfig {
pub environment: Option<String>,
}Fields§
§environment: Option<String>Trait Implementations§
Source§impl CatalogService for WorkOSAuthConfig
impl CatalogService for WorkOSAuthConfig
Source§impl Debug for WorkOSAuthConfig
impl Debug for WorkOSAuthConfig
Auto Trait Implementations§
impl Freeze for WorkOSAuthConfig
impl RefUnwindSafe for WorkOSAuthConfig
impl Send for WorkOSAuthConfig
impl Sync for WorkOSAuthConfig
impl Unpin for WorkOSAuthConfig
impl UnsafeUnpin for WorkOSAuthConfig
impl UnwindSafe for WorkOSAuthConfig
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