pub struct SpinnerProps {
pub size: Size,
pub class: Option<String>,
pub aria_label: Option<String>,
}Expand description
Properties for the Spinner component.
Fields§
§size: Size§class: Option<String>§aria_label: Option<String>Trait Implementations§
Source§impl Clone for SpinnerProps
impl Clone for SpinnerProps
Source§fn clone(&self) -> SpinnerProps
fn clone(&self) -> SpinnerProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SpinnerProps
impl Debug for SpinnerProps
Source§impl Default for SpinnerProps
impl Default for SpinnerProps
Source§impl PartialEq for SpinnerProps
impl PartialEq for SpinnerProps
Source§fn eq(&self, other: &SpinnerProps) -> bool
fn eq(&self, other: &SpinnerProps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpinnerProps
Auto Trait Implementations§
impl Freeze for SpinnerProps
impl RefUnwindSafe for SpinnerProps
impl Send for SpinnerProps
impl Sync for SpinnerProps
impl Unpin for SpinnerProps
impl UnsafeUnpin for SpinnerProps
impl UnwindSafe for SpinnerProps
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