pub struct Announcements {
pub client: Client,
}Fields§
§client: ClientImplementations§
Source§impl Announcements
impl Announcements
Sourcepub fn announcements(&self, options: CexAnnouncementsOptions) -> Result<Value>
pub fn announcements(&self, options: CexAnnouncementsOptions) -> Result<Value>
Get latest announcements from centralized exchanges
Trait Implementations§
Source§impl Clone for Announcements
impl Clone for Announcements
Source§fn clone(&self) -> Announcements
fn clone(&self) -> Announcements
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 Datamaxi for Announcements
impl Datamaxi for Announcements
Source§fn new(api_key: String) -> Announcements
fn new(api_key: String) -> Announcements
Creates a new instance of the implementing type using the provided API key.
Source§fn new_with_base_url(api_key: String, base_url: String) -> Announcements
fn new_with_base_url(api_key: String, base_url: String) -> Announcements
Creates a new instance of the implementing type using the provided API key and base URL.
Auto Trait Implementations§
impl Freeze for Announcements
impl !RefUnwindSafe for Announcements
impl Send for Announcements
impl Sync for Announcements
impl Unpin for Announcements
impl UnsafeUnpin for Announcements
impl !UnwindSafe for Announcements
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