pub struct FailStrategy;Expand description
Fail immediately if context exceeds the limit (no compaction).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FailStrategy
impl RefUnwindSafe for FailStrategy
impl Send for FailStrategy
impl Sync for FailStrategy
impl Unpin for FailStrategy
impl UnsafeUnpin for FailStrategy
impl UnwindSafe for FailStrategy
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