pub struct UiIntensity {
pub title: String,
pub table_info: String,
}Fields§
§title: String§table_info: StringTrait Implementations§
Source§impl Clone for UiIntensity
impl Clone for UiIntensity
Source§fn clone(&self) -> UiIntensity
fn clone(&self) -> UiIntensity
Returns a duplicate 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 UiIntensity
impl Debug for UiIntensity
Source§impl<'de> Deserialize<'de> for UiIntensity
impl<'de> Deserialize<'de> for UiIntensity
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UiIntensity
impl PartialEq for UiIntensity
Source§impl Serialize for UiIntensity
impl Serialize for UiIntensity
impl StructuralPartialEq for UiIntensity
Auto Trait Implementations§
impl Freeze for UiIntensity
impl RefUnwindSafe for UiIntensity
impl Send for UiIntensity
impl Sync for UiIntensity
impl Unpin for UiIntensity
impl UnsafeUnpin for UiIntensity
impl UnwindSafe for UiIntensity
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