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