pub struct RowSection { /* private fields */ }Expand description
One free-form row inside the peers or recent_events
section. The text has already been rendered to an ASCII line.
Implementations§
Trait Implementations§
Source§impl Clone for RowSection
impl Clone for RowSection
Source§fn clone(&self) -> RowSection
fn clone(&self) -> RowSection
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 moreSource§impl Debug for RowSection
impl Debug for RowSection
Source§impl Default for RowSection
impl Default for RowSection
Source§fn default() -> RowSection
fn default() -> RowSection
Returns the “default value” for a type. Read more
Source§impl PartialEq for RowSection
impl PartialEq for RowSection
Source§fn eq(&self, other: &RowSection) -> bool
fn eq(&self, other: &RowSection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for RowSection
impl StructuralPartialEq for RowSection
Auto Trait Implementations§
impl Freeze for RowSection
impl RefUnwindSafe for RowSection
impl Send for RowSection
impl Sync for RowSection
impl Unpin for RowSection
impl UnsafeUnpin for RowSection
impl UnwindSafe for RowSection
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.