pub struct Gamma { /* private fields */ }Expand description
Main Gamma API client
Implementations§
Source§impl Gamma
impl Gamma
Sourcepub fn new() -> Result<Self, GammaError>
pub fn new() -> Result<Self, GammaError>
Create a new Gamma client with default configuration
Sourcepub fn builder() -> GammaBuilder
pub fn builder() -> GammaBuilder
Create a builder for configuring the client
Get tags namespace
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gamma
impl !RefUnwindSafe for Gamma
impl Send for Gamma
impl Sync for Gamma
impl Unpin for Gamma
impl UnsafeUnpin for Gamma
impl !UnwindSafe for Gamma
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