pub struct LayoutResponse {
pub boxes: Vec<LayoutBox>,
pub token: StateToken,
}Fields§
§boxes: Vec<LayoutBox>§token: StateTokenTrait Implementations§
Source§impl Clone for LayoutResponse
impl Clone for LayoutResponse
Source§fn clone(&self) -> LayoutResponse
fn clone(&self) -> LayoutResponse
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 moreSource§impl Debug for LayoutResponse
impl Debug for LayoutResponse
Source§impl PartialEq for LayoutResponse
impl PartialEq for LayoutResponse
Source§fn eq(&self, other: &LayoutResponse) -> bool
fn eq(&self, other: &LayoutResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LayoutResponse
Auto Trait Implementations§
impl Freeze for LayoutResponse
impl RefUnwindSafe for LayoutResponse
impl Send for LayoutResponse
impl Sync for LayoutResponse
impl Unpin for LayoutResponse
impl UnsafeUnpin for LayoutResponse
impl UnwindSafe for LayoutResponse
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