pub struct Gamma { /* private fields */ }Expand description
Main Gamma API client
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Gamma
impl !UnwindSafe for Gamma
impl Freeze for Gamma
impl Send for Gamma
impl Sync for Gamma
impl Unpin for Gamma
impl UnsafeUnpin 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