pub struct BufferSource;
Expand description
Represents the terminal symbol `BufferSource
Trait Implementations§
Source§impl Clone for BufferSource
impl Clone for BufferSource
Source§fn clone(&self) -> BufferSource
fn clone(&self) -> BufferSource
Returns a copy 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 BufferSource
impl Debug for BufferSource
Source§impl Default for BufferSource
impl Default for BufferSource
Source§fn default() -> BufferSource
fn default() -> BufferSource
Returns the “default value” for a type. Read more
Source§impl Hash for BufferSource
impl Hash for BufferSource
Source§impl Ord for BufferSource
impl Ord for BufferSource
Source§fn cmp(&self, other: &BufferSource) -> Ordering
fn cmp(&self, other: &BufferSource) -> 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 BufferSource
impl PartialEq for BufferSource
Source§impl PartialOrd for BufferSource
impl PartialOrd for BufferSource
impl Copy for BufferSource
impl Eq for BufferSource
impl StructuralPartialEq for BufferSource
Auto Trait Implementations§
impl Freeze for BufferSource
impl RefUnwindSafe for BufferSource
impl Send for BufferSource
impl Sync for BufferSource
impl Unpin for BufferSource
impl UnwindSafe for BufferSource
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