struct FigureDirectiveArgs {
image_args: Vec<SetArg>,
caption: Option<(String, SourceSpan)>,
label: Option<(String, SourceSpan)>,
numbered: Option<bool>,
supplement: Option<String>,
}Fields§
§image_args: Vec<SetArg>§caption: Option<(String, SourceSpan)>§label: Option<(String, SourceSpan)>§numbered: Option<bool>§supplement: Option<String>Auto Trait Implementations§
impl Freeze for FigureDirectiveArgs
impl RefUnwindSafe for FigureDirectiveArgs
impl Send for FigureDirectiveArgs
impl Sync for FigureDirectiveArgs
impl Unpin for FigureDirectiveArgs
impl UnsafeUnpin for FigureDirectiveArgs
impl UnwindSafe for FigureDirectiveArgs
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