pub enum NoteVersion {
    V1,
}Variants§
V1
Trait Implementations§
Source§impl Clone for NoteVersion
 
impl Clone for NoteVersion
Source§fn clone(&self) -> NoteVersion
 
fn clone(&self) -> NoteVersion
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 NoteVersion
 
impl Debug for NoteVersion
Source§impl Display for NoteVersion
 
impl Display for NoteVersion
Source§impl From<NoteVersion> for JsString
 
impl From<NoteVersion> for JsString
Source§fn from(e: NoteVersion) -> Self
 
fn from(e: NoteVersion) -> Self
Converts to this type from the input type.
Source§impl From<NoteVersion> for Version
 
impl From<NoteVersion> for Version
Source§fn from(version: NoteVersion) -> Self
 
fn from(version: NoteVersion) -> Self
Converts to this type from the input type.
Source§impl FromStr for NoteVersion
 
impl FromStr for NoteVersion
Source§impl PartialEq for NoteVersion
 
impl PartialEq for NoteVersion
impl Copy for NoteVersion
impl Eq for NoteVersion
impl StructuralPartialEq for NoteVersion
Auto Trait Implementations§
impl Freeze for NoteVersion
impl RefUnwindSafe for NoteVersion
impl Send for NoteVersion
impl Sync for NoteVersion
impl Unpin for NoteVersion
impl UnwindSafe for NoteVersion
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