Enum rustfmt_nightly::macros::MacroPosition
source · pub(crate) enum MacroPosition {
Item,
Statement,
Expression,
Pat,
}
Variants§
Trait Implementations§
source§impl Clone for MacroPosition
impl Clone for MacroPosition
source§fn clone(&self) -> MacroPosition
fn clone(&self) -> MacroPosition
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 MacroPosition
impl Debug for MacroPosition
source§impl PartialEq<MacroPosition> for MacroPosition
impl PartialEq<MacroPosition> for MacroPosition
source§fn eq(&self, other: &MacroPosition) -> bool
fn eq(&self, other: &MacroPosition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MacroPosition
impl Eq for MacroPosition
impl StructuralEq for MacroPosition
impl StructuralPartialEq for MacroPosition
Auto Trait Implementations§
impl RefUnwindSafe for MacroPosition
impl Send for MacroPosition
impl Sync for MacroPosition
impl Unpin for MacroPosition
impl UnwindSafe for MacroPosition
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Item
: 0 bytesStatement
: 0 bytesExpression
: 0 bytesPat
: 0 bytes