pub struct BirdeyeClient { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for BirdeyeClient
impl Clone for BirdeyeClient
Source§fn clone(&self) -> BirdeyeClient
fn clone(&self) -> BirdeyeClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !RefUnwindSafe for BirdeyeClient
impl !UnwindSafe for BirdeyeClient
impl Freeze for BirdeyeClient
impl Send for BirdeyeClient
impl Sync for BirdeyeClient
impl Unpin for BirdeyeClient
impl UnsafeUnpin for BirdeyeClient
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