pub struct SnackbarStyleConfig {
pub content: WidgetId,
}Fields§
§content: WidgetIdPre-built message + optional action subtree the surface wraps.
Trait Implementations§
Source§impl Clone for SnackbarStyleConfig
impl Clone for SnackbarStyleConfig
Source§fn clone(&self) -> SnackbarStyleConfig
fn clone(&self) -> SnackbarStyleConfig
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 moreAuto Trait Implementations§
impl Freeze for SnackbarStyleConfig
impl RefUnwindSafe for SnackbarStyleConfig
impl Send for SnackbarStyleConfig
impl Sync for SnackbarStyleConfig
impl Unpin for SnackbarStyleConfig
impl UnsafeUnpin for SnackbarStyleConfig
impl UnwindSafe for SnackbarStyleConfig
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