pub enum NotePublishType {
Edit,
View,
Slide,
Book,
}
Variants§
Trait Implementations§
Source§impl Clone for NotePublishType
impl Clone for NotePublishType
Source§fn clone(&self) -> NotePublishType
fn clone(&self) -> NotePublishType
Returns a copy 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 NotePublishType
impl Debug for NotePublishType
Source§impl<'de> Deserialize<'de> for NotePublishType
impl<'de> Deserialize<'de> for NotePublishType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NotePublishType
impl PartialEq for NotePublishType
Source§impl Serialize for NotePublishType
impl Serialize for NotePublishType
impl Eq for NotePublishType
impl StructuralPartialEq for NotePublishType
Auto Trait Implementations§
impl Freeze for NotePublishType
impl RefUnwindSafe for NotePublishType
impl Send for NotePublishType
impl Sync for NotePublishType
impl Unpin for NotePublishType
impl UnwindSafe for NotePublishType
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