pub struct BoundedCount(/* private fields */);Expand description
A count proven to fit in the unread input.
Implementations§
Trait Implementations§
Source§impl Clone for BoundedCount
impl Clone for BoundedCount
Source§fn clone(&self) -> BoundedCount
fn clone(&self) -> BoundedCount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BoundedCount
Source§impl Debug for BoundedCount
impl Debug for BoundedCount
impl Eq for BoundedCount
Source§impl PartialEq for BoundedCount
impl PartialEq for BoundedCount
impl StructuralPartialEq for BoundedCount
Auto Trait Implementations§
impl Freeze for BoundedCount
impl RefUnwindSafe for BoundedCount
impl Send for BoundedCount
impl Sync for BoundedCount
impl Unpin for BoundedCount
impl UnsafeUnpin for BoundedCount
impl UnwindSafe for BoundedCount
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