pub enum FadeType {
In,
Out,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FadeType
impl RefUnwindSafe for FadeType
impl Send for FadeType
impl Sync for FadeType
impl Unpin for FadeType
impl UnsafeUnpin for FadeType
impl UnwindSafe for FadeType
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