pub struct ToastTextStyle {
pub style_key: Option<String>,
pub color_key: Option<String>,
}Fields§
§style_key: Option<String>§color_key: Option<String>Trait Implementations§
Source§impl Clone for ToastTextStyle
impl Clone for ToastTextStyle
Source§fn clone(&self) -> ToastTextStyle
fn clone(&self) -> ToastTextStyle
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 ToastTextStyle
impl Debug for ToastTextStyle
Source§impl Default for ToastTextStyle
impl Default for ToastTextStyle
Source§fn default() -> ToastTextStyle
fn default() -> ToastTextStyle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ToastTextStyle
impl RefUnwindSafe for ToastTextStyle
impl Send for ToastTextStyle
impl Sync for ToastTextStyle
impl Unpin for ToastTextStyle
impl UnsafeUnpin for ToastTextStyle
impl UnwindSafe for ToastTextStyle
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