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