pub struct GetRelayoutBoundaryCommand { /* 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 GetRelayoutBoundaryCommand
impl Clone for GetRelayoutBoundaryCommand
Source§fn clone(&self) -> GetRelayoutBoundaryCommand
fn clone(&self) -> GetRelayoutBoundaryCommand
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 Command for GetRelayoutBoundaryCommand
impl Command for GetRelayoutBoundaryCommand
Source§impl Debug for GetRelayoutBoundaryCommand
impl Debug for GetRelayoutBoundaryCommand
Source§impl Deref for GetRelayoutBoundaryCommand
impl Deref for GetRelayoutBoundaryCommand
Source§impl<'de> Deserialize<'de> for GetRelayoutBoundaryCommand
impl<'de> Deserialize<'de> for GetRelayoutBoundaryCommand
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 GetRelayoutBoundaryCommand
impl RefUnwindSafe for GetRelayoutBoundaryCommand
impl Send for GetRelayoutBoundaryCommand
impl Sync for GetRelayoutBoundaryCommand
impl Unpin for GetRelayoutBoundaryCommand
impl UnwindSafe for GetRelayoutBoundaryCommand
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