pub enum TypstVersion {
V0_1,
V0_2,
V0_3,
V0_4,
V0_5,
V0_6,
V0_7,
V0_8,
V0_9,
V0_10,
V0_11,
Latest,
}Expand description
Typst 版本
Variants§
Trait Implementations§
Source§impl Clone for TypstVersion
impl Clone for TypstVersion
Source§fn clone(&self) -> TypstVersion
fn clone(&self) -> TypstVersion
Returns a duplicate of the value. Read more
1.0.0 · 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 TypstVersion
impl Debug for TypstVersion
Source§impl PartialEq for TypstVersion
impl PartialEq for TypstVersion
impl Copy for TypstVersion
impl Eq for TypstVersion
impl StructuralPartialEq for TypstVersion
Auto Trait Implementations§
impl Freeze for TypstVersion
impl RefUnwindSafe for TypstVersion
impl Send for TypstVersion
impl Sync for TypstVersion
impl Unpin for TypstVersion
impl UnwindSafe for TypstVersion
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