pub struct Block { /* private fields */ }Expand description
A transparent object that contains Items
A Block object is not displayed. Its only purpose is to group other Items.
Example: A Block can be composed of a Text and a Figure and be added to an Enumerate.
This way, the text and the figure will be placed under the same \item in the enumerate.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Block
impl !RefUnwindSafe for Block
impl !Send for Block
impl !Sync for Block
impl Unpin for Block
impl !UnwindSafe for Block
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