pub struct Buffer(_);Expand description
Implementations§
Trait Implementations§
source§impl Ord for Buffer
impl Ord for Buffer
source§impl PartialEq<Buffer> for Buffer
impl PartialEq<Buffer> for Buffer
source§impl PartialOrd<Buffer> for Buffer
impl PartialOrd<Buffer> for Buffer
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more