pub struct ColabConfig {
pub colab_domain: String,
pub client_id: String,
pub client_secret: String,
pub environment: ColabEnvironment,
pub data_dir: PathBuf,
}Fields§
§colab_domain: String§client_id: String§client_secret: String§environment: ColabEnvironment§data_dir: PathBufImplementations§
Trait Implementations§
Source§impl Clone for ColabConfig
impl Clone for ColabConfig
Source§fn clone(&self) -> ColabConfig
fn clone(&self) -> ColabConfig
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 moreAuto Trait Implementations§
impl Freeze for ColabConfig
impl RefUnwindSafe for ColabConfig
impl Send for ColabConfig
impl Sync for ColabConfig
impl Unpin for ColabConfig
impl UnsafeUnpin for ColabConfig
impl UnwindSafe for ColabConfig
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