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