pub struct CardPropsBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<CardPropsBuilder> for CardProps
impl From<CardPropsBuilder> for CardProps
Source§fn from(b: CardPropsBuilder) -> Self
fn from(b: CardPropsBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CardPropsBuilder
impl RefUnwindSafe for CardPropsBuilder
impl Send for CardPropsBuilder
impl Sync for CardPropsBuilder
impl Unpin for CardPropsBuilder
impl UnsafeUnpin for CardPropsBuilder
impl UnwindSafe for CardPropsBuilder
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