pub enum LayoutInvalidation {
None,
SelfOnly,
Subtree,
BubbleToLayoutBoundary,
}Variants§
Trait Implementations§
Source§impl Clone for LayoutInvalidation
impl Clone for LayoutInvalidation
Source§fn clone(&self) -> LayoutInvalidation
fn clone(&self) -> LayoutInvalidation
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 moreimpl Copy for LayoutInvalidation
Source§impl Debug for LayoutInvalidation
impl Debug for LayoutInvalidation
impl Eq for LayoutInvalidation
Source§impl PartialEq for LayoutInvalidation
impl PartialEq for LayoutInvalidation
impl StructuralPartialEq for LayoutInvalidation
Auto Trait Implementations§
impl Freeze for LayoutInvalidation
impl RefUnwindSafe for LayoutInvalidation
impl Send for LayoutInvalidation
impl Sync for LayoutInvalidation
impl Unpin for LayoutInvalidation
impl UnsafeUnpin for LayoutInvalidation
impl UnwindSafe for LayoutInvalidation
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