pub struct GutterCell {
pub text: String,
pub role: GutterRole,
}Expand description
One run of gutter text with its role.
Fields§
§text: String§role: GutterRoleTrait Implementations§
Source§impl Clone for GutterCell
impl Clone for GutterCell
Source§fn clone(&self) -> GutterCell
fn clone(&self) -> GutterCell
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 GutterCell
impl Debug for GutterCell
impl Eq for GutterCell
Source§impl PartialEq for GutterCell
impl PartialEq for GutterCell
impl StructuralPartialEq for GutterCell
Auto Trait Implementations§
impl Freeze for GutterCell
impl RefUnwindSafe for GutterCell
impl Send for GutterCell
impl Sync for GutterCell
impl Unpin for GutterCell
impl UnsafeUnpin for GutterCell
impl UnwindSafe for GutterCell
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