pub enum NotificationAlign {
Left,
Center,
Right,
}Expand description
Notification alignment position
Variants§
Left
Left-aligned notifications
Center
Center-aligned notifications
Right
Right-aligned notifications
Trait Implementations§
Source§impl Clone for NotificationAlign
impl Clone for NotificationAlign
Source§fn clone(&self) -> NotificationAlign
fn clone(&self) -> NotificationAlign
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NotificationAlign
impl Debug for NotificationAlign
Source§impl PartialEq for NotificationAlign
impl PartialEq for NotificationAlign
impl Copy for NotificationAlign
impl StructuralPartialEq for NotificationAlign
Auto Trait Implementations§
impl Freeze for NotificationAlign
impl RefUnwindSafe for NotificationAlign
impl Send for NotificationAlign
impl Sync for NotificationAlign
impl Unpin for NotificationAlign
impl UnsafeUnpin for NotificationAlign
impl UnwindSafe for NotificationAlign
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