pub enum TsNamespaceBodyField {
TsModuleBlock,
TsNamespaceDecl,
}
Expand description
This enum represents fields of TsNamespaceBodyField
Variants§
Implementations§
Trait Implementations§
source§impl Clone for TsNamespaceBodyField
impl Clone for TsNamespaceBodyField
source§fn clone(&self) -> TsNamespaceBodyField
fn clone(&self) -> TsNamespaceBodyField
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 TsNamespaceBodyField
impl Debug for TsNamespaceBodyField
source§impl<'de> Deserialize<'de> for TsNamespaceBodyField
impl<'de> Deserialize<'de> for TsNamespaceBodyField
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 TsNamespaceBodyField
impl Hash for TsNamespaceBodyField
source§impl Ord for TsNamespaceBodyField
impl Ord for TsNamespaceBodyField
source§fn cmp(&self, other: &TsNamespaceBodyField) -> Ordering
fn cmp(&self, other: &TsNamespaceBodyField) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<TsNamespaceBodyField> for TsNamespaceBodyField
impl PartialEq<TsNamespaceBodyField> for TsNamespaceBodyField
source§fn eq(&self, other: &TsNamespaceBodyField) -> bool
fn eq(&self, other: &TsNamespaceBodyField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<TsNamespaceBodyField> for TsNamespaceBodyField
impl PartialOrd<TsNamespaceBodyField> for TsNamespaceBodyField
source§fn partial_cmp(&self, other: &TsNamespaceBodyField) -> Option<Ordering>
fn partial_cmp(&self, other: &TsNamespaceBodyField) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for TsNamespaceBodyField
impl Serialize for TsNamespaceBodyField
impl Copy for TsNamespaceBodyField
impl Eq for TsNamespaceBodyField
impl StructuralEq for TsNamespaceBodyField
impl StructuralPartialEq for TsNamespaceBodyField
Auto Trait Implementations§
impl RefUnwindSafe for TsNamespaceBodyField
impl Send for TsNamespaceBodyField
impl Sync for TsNamespaceBodyField
impl Unpin for TsNamespaceBodyField
impl UnwindSafe for TsNamespaceBodyField
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