pub struct CharRingBuf { /* private fields */ }Implementations§
Source§impl CharRingBuf
impl CharRingBuf
Sourcepub fn builder() -> CharRingBufBuilder
pub fn builder() -> CharRingBufBuilder
Create an instance of CharRingBuf using the builder syntax
Trait Implementations§
Source§impl Clone for CharRingBuf
impl Clone for CharRingBuf
Source§fn clone(&self) -> CharRingBuf
fn clone(&self) -> CharRingBuf
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CharRingBuf
impl Debug for CharRingBuf
Source§impl Default for CharRingBuf
impl Default for CharRingBuf
Source§fn default() -> CharRingBuf
fn default() -> CharRingBuf
Returns the “default value” for a type. Read more
Source§impl Hash for CharRingBuf
impl Hash for CharRingBuf
Source§impl Ord for CharRingBuf
impl Ord for CharRingBuf
Source§fn cmp(&self, other: &CharRingBuf) -> Ordering
fn cmp(&self, other: &CharRingBuf) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CharRingBuf
impl PartialEq for CharRingBuf
Source§impl PartialOrd for CharRingBuf
impl PartialOrd for CharRingBuf
impl Eq for CharRingBuf
impl StructuralPartialEq for CharRingBuf
Auto Trait Implementations§
impl Freeze for CharRingBuf
impl RefUnwindSafe for CharRingBuf
impl Send for CharRingBuf
impl Sync for CharRingBuf
impl Unpin for CharRingBuf
impl UnwindSafe for CharRingBuf
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