pub struct ControlTokenKeys {
pub padding_x: Option<&'static str>,
pub padding_y: Option<&'static str>,
pub min_height: Option<&'static str>,
pub radius: Option<&'static str>,
pub border_width: Option<&'static str>,
pub background: Option<&'static str>,
pub border_color: Option<&'static str>,
pub text_color: Option<&'static str>,
pub text_px: Option<&'static str>,
}Fields§
§padding_x: Option<&'static str>§padding_y: Option<&'static str>§min_height: Option<&'static str>§radius: Option<&'static str>§border_width: Option<&'static str>§background: Option<&'static str>§border_color: Option<&'static str>§text_color: Option<&'static str>§text_px: Option<&'static str>Trait Implementations§
Source§impl Clone for ControlTokenKeys
impl Clone for ControlTokenKeys
Source§fn clone(&self) -> ControlTokenKeys
fn clone(&self) -> ControlTokenKeys
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 ControlTokenKeys
impl Debug for ControlTokenKeys
impl Copy for ControlTokenKeys
Auto Trait Implementations§
impl Freeze for ControlTokenKeys
impl RefUnwindSafe for ControlTokenKeys
impl Send for ControlTokenKeys
impl Sync for ControlTokenKeys
impl Unpin for ControlTokenKeys
impl UnsafeUnpin for ControlTokenKeys
impl UnwindSafe for ControlTokenKeys
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