pub struct GetBoxModelReturn { /* private fields */ }Available on crate features
DOM and Runtime only.Expand description
Returns boxes for the given node.
Implementations§
Methods from Deref<Target = BoxModel>§
Sourcepub fn shape_outside(&self) -> Option<&ShapeOutsideInfo>
pub fn shape_outside(&self) -> Option<&ShapeOutsideInfo>
Shape outside coordinates
Trait Implementations§
Source§impl Clone for GetBoxModelReturn
impl Clone for GetBoxModelReturn
Source§fn clone(&self) -> GetBoxModelReturn
fn clone(&self) -> GetBoxModelReturn
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 GetBoxModelReturn
impl Debug for GetBoxModelReturn
Source§impl Deref for GetBoxModelReturn
impl Deref for GetBoxModelReturn
Source§impl<'de> Deserialize<'de> for GetBoxModelReturn
impl<'de> Deserialize<'de> for GetBoxModelReturn
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 GetBoxModelReturn
impl RefUnwindSafe for GetBoxModelReturn
impl Send for GetBoxModelReturn
impl Sync for GetBoxModelReturn
impl Unpin for GetBoxModelReturn
impl UnwindSafe for GetBoxModelReturn
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