pub enum ToastPosition {
TopRight,
TopLeft,
BottomRight,
BottomLeft,
TopCenter,
BottomCenter,
}Variants§
Trait Implementations§
Source§impl Clone for ToastPosition
impl Clone for ToastPosition
Source§fn clone(&self) -> ToastPosition
fn clone(&self) -> ToastPosition
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 ToastPosition
impl Debug for ToastPosition
Source§impl PartialEq for ToastPosition
impl PartialEq for ToastPosition
impl Copy for ToastPosition
impl StructuralPartialEq for ToastPosition
Auto Trait Implementations§
impl Freeze for ToastPosition
impl RefUnwindSafe for ToastPosition
impl Send for ToastPosition
impl Sync for ToastPosition
impl Unpin for ToastPosition
impl UnwindSafe for ToastPosition
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