pub struct OverlayBackdropAppearance { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for OverlayBackdropAppearance
impl Clone for OverlayBackdropAppearance
Source§fn clone(&self) -> OverlayBackdropAppearance
fn clone(&self) -> OverlayBackdropAppearance
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 moreSource§impl Debug for OverlayBackdropAppearance
impl Debug for OverlayBackdropAppearance
Source§impl Default for OverlayBackdropAppearance
impl Default for OverlayBackdropAppearance
Source§fn default() -> OverlayBackdropAppearance
fn default() -> OverlayBackdropAppearance
Returns the “default value” for a type. Read more
impl StructuralPartialEq for OverlayBackdropAppearance
Auto Trait Implementations§
impl Freeze for OverlayBackdropAppearance
impl RefUnwindSafe for OverlayBackdropAppearance
impl Send for OverlayBackdropAppearance
impl Sync for OverlayBackdropAppearance
impl Unpin for OverlayBackdropAppearance
impl UnsafeUnpin for OverlayBackdropAppearance
impl UnwindSafe for OverlayBackdropAppearance
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