pub struct CorporateActionsClient { /* private fields */ }Implementations§
Source§impl CorporateActionsClient
impl CorporateActionsClient
pub async fn list(&self, request: ListRequest) -> Result<ListResponse, Error>
pub async fn list_all( &self, request: ListRequest, ) -> Result<ListResponse, Error>
pub fn list_stream( &self, request: ListRequest, ) -> Pin<Box<dyn Stream<Item = Result<ListResponse, Error>> + Send>>
Trait Implementations§
Source§impl Clone for CorporateActionsClient
impl Clone for CorporateActionsClient
Source§fn clone(&self) -> CorporateActionsClient
fn clone(&self) -> CorporateActionsClient
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 moreAuto Trait Implementations§
impl Freeze for CorporateActionsClient
impl !RefUnwindSafe for CorporateActionsClient
impl Send for CorporateActionsClient
impl Sync for CorporateActionsClient
impl Unpin for CorporateActionsClient
impl !UnwindSafe for CorporateActionsClient
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