pub struct FixSink;Expand description
The pump’s sink: folds each cycle into the property surface, the clock, and the advertised identity under the current policy.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixSink
impl RefUnwindSafe for FixSink
impl Send for FixSink
impl Sync for FixSink
impl Unpin for FixSink
impl UnwindSafe for FixSink
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more