pub struct DevRenderTheme {
pub success: &'static str,
pub failure: &'static str,
pub skipped: &'static str,
pub needs_approval: &'static str,
}Fields§
§success: &'static str§failure: &'static str§skipped: &'static str§needs_approval: &'static strTrait Implementations§
Source§impl Clone for DevRenderTheme
impl Clone for DevRenderTheme
Source§fn clone(&self) -> DevRenderTheme
fn clone(&self) -> DevRenderTheme
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 DevRenderTheme
impl Debug for DevRenderTheme
Source§impl Default for DevRenderTheme
impl Default for DevRenderTheme
impl Eq for DevRenderTheme
Source§impl PartialEq for DevRenderTheme
impl PartialEq for DevRenderTheme
Source§fn eq(&self, other: &DevRenderTheme) -> bool
fn eq(&self, other: &DevRenderTheme) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DevRenderTheme
Auto Trait Implementations§
impl Freeze for DevRenderTheme
impl RefUnwindSafe for DevRenderTheme
impl Send for DevRenderTheme
impl Sync for DevRenderTheme
impl Unpin for DevRenderTheme
impl UnsafeUnpin for DevRenderTheme
impl UnwindSafe for DevRenderTheme
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.