pub struct SoftDollarTier {
pub name: String,
pub value: String,
pub display_name: String,
}Expand description
Soft-dollar tier metadata.
Fields§
§name: StringTier name.
value: StringTier value.
display_name: StringDisplay name.
Trait Implementations§
Source§impl Clone for SoftDollarTier
impl Clone for SoftDollarTier
Source§fn clone(&self) -> SoftDollarTier
fn clone(&self) -> SoftDollarTier
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 SoftDollarTier
impl Debug for SoftDollarTier
Source§impl Default for SoftDollarTier
impl Default for SoftDollarTier
Source§fn default() -> SoftDollarTier
fn default() -> SoftDollarTier
Returns the “default value” for a type. Read more
impl Eq for SoftDollarTier
Source§impl PartialEq for SoftDollarTier
impl PartialEq for SoftDollarTier
impl StructuralPartialEq for SoftDollarTier
Auto Trait Implementations§
impl Freeze for SoftDollarTier
impl RefUnwindSafe for SoftDollarTier
impl Send for SoftDollarTier
impl Sync for SoftDollarTier
impl Unpin for SoftDollarTier
impl UnsafeUnpin for SoftDollarTier
impl UnwindSafe for SoftDollarTier
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