Struct procr_ansi_term::StyleUpdate
source · pub struct StyleUpdate { /* private fields */ }Expand description
The [StyleDelta] to be applied before the contents of the string at
position begin_at.
Trait Implementations§
source§impl Clone for StyleUpdate
impl Clone for StyleUpdate
source§fn clone(&self) -> StyleUpdate
fn clone(&self) -> StyleUpdate
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 StyleUpdate
impl Debug for StyleUpdate
source§impl Default for StyleUpdate
impl Default for StyleUpdate
source§fn default() -> StyleUpdate
fn default() -> StyleUpdate
Returns the “default value” for a type. Read more
source§impl PartialEq for StyleUpdate
impl PartialEq for StyleUpdate
source§fn eq(&self, other: &StyleUpdate) -> bool
fn eq(&self, other: &StyleUpdate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for StyleUpdate
impl Eq for StyleUpdate
impl StructuralEq for StyleUpdate
impl StructuralPartialEq for StyleUpdate
Auto Trait Implementations§
impl RefUnwindSafe for StyleUpdate
impl Send for StyleUpdate
impl Sync for StyleUpdate
impl Unpin for StyleUpdate
impl UnwindSafe for StyleUpdate
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