pub struct BytesTokenEstimator { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for BytesTokenEstimator
impl Clone for BytesTokenEstimator
Source§fn clone(&self) -> BytesTokenEstimator
fn clone(&self) -> BytesTokenEstimator
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 BytesTokenEstimator
Source§impl Debug for BytesTokenEstimator
impl Debug for BytesTokenEstimator
Source§impl Default for BytesTokenEstimator
impl Default for BytesTokenEstimator
impl Eq for BytesTokenEstimator
Source§impl PartialEq for BytesTokenEstimator
impl PartialEq for BytesTokenEstimator
impl StructuralPartialEq for BytesTokenEstimator
Auto Trait Implementations§
impl Freeze for BytesTokenEstimator
impl RefUnwindSafe for BytesTokenEstimator
impl Send for BytesTokenEstimator
impl Sync for BytesTokenEstimator
impl Unpin for BytesTokenEstimator
impl UnsafeUnpin for BytesTokenEstimator
impl UnwindSafe for BytesTokenEstimator
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