pub struct LayoutDocument {
pub blocks: Vec<LayoutBlock>,
}Expand description
Layout後のドキュメント(§16)。
Fields§
§blocks: Vec<LayoutBlock>Trait Implementations§
Source§impl Clone for LayoutDocument
impl Clone for LayoutDocument
Source§fn clone(&self) -> LayoutDocument
fn clone(&self) -> LayoutDocument
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 LayoutDocument
impl Debug for LayoutDocument
Source§impl Default for LayoutDocument
impl Default for LayoutDocument
Source§fn default() -> LayoutDocument
fn default() -> LayoutDocument
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayoutDocument
impl RefUnwindSafe for LayoutDocument
impl Send for LayoutDocument
impl Sync for LayoutDocument
impl Unpin for LayoutDocument
impl UnsafeUnpin for LayoutDocument
impl UnwindSafe for LayoutDocument
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