pub struct InputTokenKeys {
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 bg: Option<&'static str>,
pub border: Option<&'static str>,
pub border_focus: Option<&'static str>,
pub fg: Option<&'static str>,
pub text_px: Option<&'static str>,
pub selection: 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>§bg: Option<&'static str>§border: Option<&'static str>§border_focus: Option<&'static str>§fg: Option<&'static str>§text_px: Option<&'static str>§selection: Option<&'static str>Implementations§
Trait Implementations§
Source§impl Clone for InputTokenKeys
impl Clone for InputTokenKeys
Source§fn clone(&self) -> InputTokenKeys
fn clone(&self) -> InputTokenKeys
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 InputTokenKeys
impl Debug for InputTokenKeys
impl Copy for InputTokenKeys
Auto Trait Implementations§
impl Freeze for InputTokenKeys
impl RefUnwindSafe for InputTokenKeys
impl Send for InputTokenKeys
impl Sync for InputTokenKeys
impl Unpin for InputTokenKeys
impl UnsafeUnpin for InputTokenKeys
impl UnwindSafe for InputTokenKeys
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