pub struct Saturating;
Expand description
Behavior for ArrayDeque
that specifies saturating write semantics.
Trait Implementations§
impl Behavior for Saturating
Auto Trait Implementations§
impl Freeze for Saturating
impl RefUnwindSafe for Saturating
impl Send for Saturating
impl Sync for Saturating
impl Unpin for Saturating
impl UnwindSafe for Saturating
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