pub enum CommentState {
Todo,
Done,
}Expand description
The TODO/DONE state of a comment heading.
Variants§
Todo
An open comment (rendered by pull; the operator has not addressed it).
Done
A comment the operator marked DONE; push resolves it in Google.
Trait Implementations§
Source§impl Clone for CommentState
impl Clone for CommentState
Source§fn clone(&self) -> CommentState
fn clone(&self) -> CommentState
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 CommentState
Source§impl Debug for CommentState
impl Debug for CommentState
impl Eq for CommentState
Source§impl PartialEq for CommentState
impl PartialEq for CommentState
impl StructuralPartialEq for CommentState
Auto Trait Implementations§
impl Freeze for CommentState
impl RefUnwindSafe for CommentState
impl Send for CommentState
impl Sync for CommentState
impl Unpin for CommentState
impl UnsafeUnpin for CommentState
impl UnwindSafe for CommentState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.