pub struct UpdateSink(/* private fields */);
Expand description
A sink that updates router created using Router::updating_config
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateSink
impl RefUnwindSafe for UpdateSink
impl !Send for UpdateSink
impl !Sync for UpdateSink
impl Unpin for UpdateSink
impl UnwindSafe for UpdateSink
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