pub enum AttrStyle {
Outer,
Inner,
}
Expand description
Distinguishes between Attribute
s that decorate items and Attributes that
are contained as statements within items. These two cases need to be
distinguished for pretty-printing.
Variants
Outer
Inner
Trait Implementations
sourceimpl<__CTX> HashStable<__CTX> for AttrStylewhere
__CTX: HashStableContext,
impl<__CTX> HashStable<__CTX> for AttrStylewhere
__CTX: HashStableContext,
fn hash_stable(&self, __hcx: &mut __CTX, __hasher: &mut StableHasher)
impl Copy for AttrStyle
impl StructuralPartialEq for AttrStyle
Auto Trait Implementations
impl RefUnwindSafe for AttrStyle
impl Send for AttrStyle
impl Sync for AttrStyle
impl Unpin for AttrStyle
impl UnwindSafe for AttrStyle
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
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:
Outer
: 0 bytesInner
: 0 bytes