pub enum ApiProfile {
Enterprise,
Personal,
Workspace,
}Expand description
API profile types supported by the SDK.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ApiProfile
impl Clone for ApiProfile
Source§fn clone(&self) -> ApiProfile
fn clone(&self) -> ApiProfile
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 ApiProfile
impl Debug for ApiProfile
Source§impl Hash for ApiProfile
impl Hash for ApiProfile
Source§impl PartialEq for ApiProfile
impl PartialEq for ApiProfile
impl Copy for ApiProfile
impl Eq for ApiProfile
impl StructuralPartialEq for ApiProfile
Auto Trait Implementations§
impl Freeze for ApiProfile
impl RefUnwindSafe for ApiProfile
impl Send for ApiProfile
impl Sync for ApiProfile
impl Unpin for ApiProfile
impl UnwindSafe for ApiProfile
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