pub struct SkeletonProps {
pub class: Option<String>,
}Expand description
Properties for the Skeleton component.
Fields§
§class: Option<String>Trait Implementations§
Source§impl Clone for SkeletonProps
impl Clone for SkeletonProps
Source§fn clone(&self) -> SkeletonProps
fn clone(&self) -> SkeletonProps
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 SkeletonProps
impl Debug for SkeletonProps
Source§impl Default for SkeletonProps
impl Default for SkeletonProps
Source§fn default() -> SkeletonProps
fn default() -> SkeletonProps
Returns the “default value” for a type. Read more
Source§impl PartialEq for SkeletonProps
impl PartialEq for SkeletonProps
Source§fn eq(&self, other: &SkeletonProps) -> bool
fn eq(&self, other: &SkeletonProps) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SkeletonProps
Auto Trait Implementations§
impl Freeze for SkeletonProps
impl RefUnwindSafe for SkeletonProps
impl Send for SkeletonProps
impl Sync for SkeletonProps
impl Unpin for SkeletonProps
impl UnsafeUnpin for SkeletonProps
impl UnwindSafe for SkeletonProps
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