pub struct OpusClient<'a> { /* private fields */ }Expand description
Opus API client.
Implementations§
Source§impl<'a> OpusClient<'a>
impl<'a> OpusClient<'a>
Sourcepub async fn space_feed(
&self,
params: OpusSpaceFeedParams,
) -> BpiResult<SpaceData>
pub async fn space_feed( &self, params: OpusSpaceFeedParams, ) -> BpiResult<SpaceData>
Gets opus items from a user’s space feed.
Trait Implementations§
Source§impl<'a> Clone for OpusClient<'a>
impl<'a> Clone for OpusClient<'a>
Source§fn clone(&self) -> OpusClient<'a>
fn clone(&self) -> OpusClient<'a>
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 moreimpl<'a> Copy for OpusClient<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for OpusClient<'a>
impl<'a> !UnwindSafe for OpusClient<'a>
impl<'a> Freeze for OpusClient<'a>
impl<'a> Send for OpusClient<'a>
impl<'a> Sync for OpusClient<'a>
impl<'a> Unpin for OpusClient<'a>
impl<'a> UnsafeUnpin for OpusClient<'a>
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