Enum gluon_base::metadata::CommentType
source · pub enum CommentType {
Block,
Line,
}
Variants§
Trait Implementations§
source§impl Clone for CommentType
impl Clone for CommentType
source§fn clone(&self) -> CommentType
fn clone(&self) -> CommentType
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 CommentType
impl Debug for CommentType
source§impl<'de> Deserialize<'de> for CommentType
impl<'de> Deserialize<'de> for CommentType
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 Hash for CommentType
impl Hash for CommentType
source§impl PartialEq for CommentType
impl PartialEq for CommentType
source§fn eq(&self, other: &CommentType) -> bool
fn eq(&self, other: &CommentType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CommentType
impl Serialize for CommentType
impl Copy for CommentType
impl Eq for CommentType
impl StructuralEq for CommentType
impl StructuralPartialEq for CommentType
Auto Trait Implementations§
impl RefUnwindSafe for CommentType
impl Send for CommentType
impl Sync for CommentType
impl Unpin for CommentType
impl UnwindSafe for CommentType
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