Enum swc_ecma_ast::TsTypeOperatorOp
source · [−]pub enum TsTypeOperatorOp {
KeyOf,
Unique,
ReadOnly,
}
Variants
KeyOf
keyof
Unique
unique
ReadOnly
readonly
Implementations
Trait Implementations
sourceimpl Clone for TsTypeOperatorOp
impl Clone for TsTypeOperatorOp
sourcefn clone(&self) -> TsTypeOperatorOp
fn clone(&self) -> TsTypeOperatorOp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TsTypeOperatorOp
impl Debug for TsTypeOperatorOp
sourceimpl<'de> Deserialize<'de> for TsTypeOperatorOp
impl<'de> Deserialize<'de> for TsTypeOperatorOp
sourcefn 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
sourceimpl Display for TsTypeOperatorOp
impl Display for TsTypeOperatorOp
sourceimpl EqIgnoreSpan for TsTypeOperatorOp
impl EqIgnoreSpan for TsTypeOperatorOp
fn eq_ignore_span(&self, other: &Self) -> bool
sourceimpl FromStr for TsTypeOperatorOp
impl FromStr for TsTypeOperatorOp
sourceimpl Hash for TsTypeOperatorOp
impl Hash for TsTypeOperatorOp
sourceimpl PartialEq<TsTypeOperatorOp> for TsTypeOperatorOp
impl PartialEq<TsTypeOperatorOp> for TsTypeOperatorOp
sourcefn eq(&self, other: &TsTypeOperatorOp) -> bool
fn eq(&self, other: &TsTypeOperatorOp) -> bool
sourceimpl Serialize for TsTypeOperatorOp
impl Serialize for TsTypeOperatorOp
impl Copy for TsTypeOperatorOp
impl Eq for TsTypeOperatorOp
impl StructuralEq for TsTypeOperatorOp
impl StructuralPartialEq for TsTypeOperatorOp
Auto Trait Implementations
impl RefUnwindSafe for TsTypeOperatorOp
impl Send for TsTypeOperatorOp
impl Sync for TsTypeOperatorOp
impl Unpin for TsTypeOperatorOp
impl UnwindSafe for TsTypeOperatorOp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more