pub enum UpdateArticleField {
Starred,
Published,
Unread,
Note,
}
Expand description
Used in update_article to describe which field to update
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateArticleField
impl RefUnwindSafe for UpdateArticleField
impl Send for UpdateArticleField
impl Sync for UpdateArticleField
impl Unpin for UpdateArticleField
impl UnwindSafe for UpdateArticleField
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