pub enum ProvidesForm {
Latex2e,
Expl3,
}Expand description
The argument shape of a \Provides… declaration: the LaTeX2e {name}[info] or the
expl3 {name}{date}{version}{description}.
Variants§
Trait Implementations§
Source§impl Clone for ProvidesForm
impl Clone for ProvidesForm
Source§fn clone(&self) -> ProvidesForm
fn clone(&self) -> ProvidesForm
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 moreimpl Copy for ProvidesForm
Source§impl Debug for ProvidesForm
impl Debug for ProvidesForm
impl Eq for ProvidesForm
Source§impl PartialEq for ProvidesForm
impl PartialEq for ProvidesForm
impl StructuralPartialEq for ProvidesForm
Auto Trait Implementations§
impl Freeze for ProvidesForm
impl RefUnwindSafe for ProvidesForm
impl Send for ProvidesForm
impl Sync for ProvidesForm
impl Unpin for ProvidesForm
impl UnsafeUnpin for ProvidesForm
impl UnwindSafe for ProvidesForm
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