pub struct NoPeers;Expand description
No-op registry for local-only camps (the common case in tower-1).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoPeers
impl RefUnwindSafe for NoPeers
impl Send for NoPeers
impl Sync for NoPeers
impl Unpin for NoPeers
impl UnsafeUnpin for NoPeers
impl UnwindSafe for NoPeers
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