pub enum IndexSignatureSign {
Plus(Span),
Minus(Span),
}Variants§
Trait Implementations§
Source§impl Clone for IndexSignatureSign
impl Clone for IndexSignatureSign
Source§fn clone(&self) -> IndexSignatureSign
fn clone(&self) -> IndexSignatureSign
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 moreSource§impl Debug for IndexSignatureSign
impl Debug for IndexSignatureSign
impl Eq for IndexSignatureSign
Source§impl<'tree> FromNode<'tree> for IndexSignatureSign
impl<'tree> FromNode<'tree> for IndexSignatureSign
Source§impl PartialEq for IndexSignatureSign
impl PartialEq for IndexSignatureSign
Source§impl Spanned for IndexSignatureSign
impl Spanned for IndexSignatureSign
impl StructuralPartialEq for IndexSignatureSign
Auto Trait Implementations§
impl Freeze for IndexSignatureSign
impl RefUnwindSafe for IndexSignatureSign
impl Send for IndexSignatureSign
impl Sync for IndexSignatureSign
impl Unpin for IndexSignatureSign
impl UnsafeUnpin for IndexSignatureSign
impl UnwindSafe for IndexSignatureSign
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