Struct thaw::CardHeaderExtra
source · pub struct CardHeaderExtra {
pub children: ChildrenFn,
}Expand description
Fields§
§children: ChildrenFnImplementations§
source§impl CardHeaderExtra
impl CardHeaderExtra
sourcepub fn builder() -> CardHeaderExtraBuilder<((),)>
pub fn builder() -> CardHeaderExtraBuilder<((),)>
Create a builder for building CardHeaderExtra.
On the builder, call .children(...) to set the values of the fields.
Finally, call .build() to create the instance of CardHeaderExtra.
Trait Implementations§
source§impl Clone for CardHeaderExtra
impl Clone for CardHeaderExtra
source§fn clone(&self) -> CardHeaderExtra
fn clone(&self) -> CardHeaderExtra
Returns a copy 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 From<CardHeaderExtra> for Vec<CardHeaderExtra>
impl From<CardHeaderExtra> for Vec<CardHeaderExtra>
source§fn from(value: CardHeaderExtra) -> Self
fn from(value: CardHeaderExtra) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for CardHeaderExtra
impl !Send for CardHeaderExtra
impl !Sync for CardHeaderExtra
impl Unpin for CardHeaderExtra
impl !UnwindSafe for CardHeaderExtra
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