pub struct RegisterRemoteGroupGuard<'a> { /* private fields */ }Available on crate feature
unstable only.Expand description
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Implementations§
Source§impl RegisterRemoteGroupGuard<'_>
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
impl RegisterRemoteGroupGuard<'_>
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
pub fn handle_addr(&self) -> Addr
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RegisterRemoteGroupGuard<'a>
impl<'a> RefUnwindSafe for RegisterRemoteGroupGuard<'a>
impl<'a> Send for RegisterRemoteGroupGuard<'a>
impl<'a> Sync for RegisterRemoteGroupGuard<'a>
impl<'a> Unpin for RegisterRemoteGroupGuard<'a>
impl<'a> UnsafeUnpin for RegisterRemoteGroupGuard<'a>
impl<'a> UnwindSafe for RegisterRemoteGroupGuard<'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