pub enum RefillPolicy {
Full,
Gradual,
}
Variants§
Auto Trait Implementations§
impl Freeze for RefillPolicy
impl RefUnwindSafe for RefillPolicy
impl Send for RefillPolicy
impl Sync for RefillPolicy
impl Unpin for RefillPolicy
impl UnwindSafe for RefillPolicy
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