pub struct GetRelayoutBoundary { /* private fields */ }Expand description
Returns the id of the nearest ancestor that is a relayout boundary. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for GetRelayoutBoundary
impl Clone for GetRelayoutBoundary
Source§fn clone(&self) -> GetRelayoutBoundary
fn clone(&self) -> GetRelayoutBoundary
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 GetRelayoutBoundary
impl Debug for GetRelayoutBoundary
Auto Trait Implementations§
impl Freeze for GetRelayoutBoundary
impl RefUnwindSafe for GetRelayoutBoundary
impl Send for GetRelayoutBoundary
impl Sync for GetRelayoutBoundary
impl Unpin for GetRelayoutBoundary
impl UnsafeUnpin for GetRelayoutBoundary
impl UnwindSafe for GetRelayoutBoundary
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