pub struct MaterialNotificationWithOffset { /* private fields */ }Expand description
Notification with vertical offset for stacking
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaterialNotificationWithOffset
impl RefUnwindSafe for MaterialNotificationWithOffset
impl Send for MaterialNotificationWithOffset
impl Sync for MaterialNotificationWithOffset
impl Unpin for MaterialNotificationWithOffset
impl UnsafeUnpin for MaterialNotificationWithOffset
impl UnwindSafe for MaterialNotificationWithOffset
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