pub struct RemoteReconnectPermit { /* private fields */ }Expand description
Typed reconnect permit returned by a crate-authorized fresh event.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoteReconnectPermit
impl RefUnwindSafe for RemoteReconnectPermit
impl Send for RemoteReconnectPermit
impl Sync for RemoteReconnectPermit
impl Unpin for RemoteReconnectPermit
impl UnsafeUnpin for RemoteReconnectPermit
impl UnwindSafe for RemoteReconnectPermit
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