pub struct Announcements { /* private fields */ }Implementations§
Source§impl Announcements
impl Announcements
Sourcepub fn from_client(client: Client) -> Self
pub fn from_client(client: Client) -> Self
Wraps an already-built client (e.g. from ClientBuilder).
Sourcepub async fn announcements(
&self,
options: CexAnnouncementsOptions,
) -> Result<CexAnnouncementsResponse>
pub async fn announcements( &self, options: CexAnnouncementsOptions, ) -> Result<CexAnnouncementsResponse>
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 (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 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