pub struct GetRelayoutBoundaryReturn { /* private fields */ }Available on crate features
DOM and Runtime and experimental only.Expand description
Returns the id of the nearest ancestor that is a relayout boundary.
Implementations§
Trait Implementations§
Source§impl Clone for GetRelayoutBoundaryReturn
impl Clone for GetRelayoutBoundaryReturn
Source§fn clone(&self) -> GetRelayoutBoundaryReturn
fn clone(&self) -> GetRelayoutBoundaryReturn
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 GetRelayoutBoundaryReturn
impl Debug for GetRelayoutBoundaryReturn
Source§impl Deref for GetRelayoutBoundaryReturn
impl Deref for GetRelayoutBoundaryReturn
Source§impl<'de> Deserialize<'de> for GetRelayoutBoundaryReturn
impl<'de> Deserialize<'de> for GetRelayoutBoundaryReturn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetRelayoutBoundaryReturn
impl RefUnwindSafe for GetRelayoutBoundaryReturn
impl Send for GetRelayoutBoundaryReturn
impl Sync for GetRelayoutBoundaryReturn
impl Unpin for GetRelayoutBoundaryReturn
impl UnwindSafe for GetRelayoutBoundaryReturn
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