pub struct OptArgs(/* private fields */);Expand description
A set of optional arguments.
Optional arguments in LaTeX are typically denoted using square brackets and comma-separated.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OptArgs
impl !RefUnwindSafe for OptArgs
impl !Send for OptArgs
impl !Sync for OptArgs
impl Unpin for OptArgs
impl UnsafeUnpin for OptArgs
impl !UnwindSafe for OptArgs
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
Source§impl<T> IntoTexElement for Twhere
T: TexElement + 'static,
impl<T> IntoTexElement for Twhere
T: TexElement + 'static,
Source§fn into_tex_element(self) -> Box<dyn TexElement>
fn into_tex_element(self) -> Box<dyn TexElement>
Converts the given element into a
TexElement.