pub struct ProfileService { /* private fields */ }Implementations§
Source§impl ProfileService
impl ProfileService
pub fn new(ctx: ServiceContext) -> Self
Sourcepub async fn subscribe_identity(
&self,
) -> Result<TypedSubscription<AccountIdentity>>
pub async fn subscribe_identity( &self, ) -> Result<TypedSubscription<AccountIdentity>>
Subscribe to public identity updates (requires realtime feature).
Trait Implementations§
Source§impl Clone for ProfileService
impl Clone for ProfileService
Source§fn clone(&self) -> ProfileService
fn clone(&self) -> ProfileService
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 ProfileService
impl !RefUnwindSafe for ProfileService
impl !UnwindSafe for ProfileService
impl Send for ProfileService
impl Sync for ProfileService
impl Unpin for ProfileService
impl UnsafeUnpin for ProfileService
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