Struct rustfmt_nightly::items::StaticParts
source · pub(crate) struct StaticParts<'a> {
prefix: &'a str,
vis: &'a Visibility,
ident: Ident,
ty: &'a Ty,
mutability: Mutability,
expr_opt: Option<&'a P<Expr>>,
defaultness: Option<Defaultness>,
span: Span,
}
Fields§
§prefix: &'a str
§vis: &'a Visibility
§ident: Ident
§ty: &'a Ty
§mutability: Mutability
§expr_opt: Option<&'a P<Expr>>
§defaultness: Option<Defaultness>
§span: Span
Implementations§
source§impl<'a> StaticParts<'a>
impl<'a> StaticParts<'a>
pub(crate) fn from_item(item: &'a Item) -> Self
pub(crate) fn from_trait_item(ti: &'a AssocItem) -> Self
pub(crate) fn from_impl_item(ii: &'a AssocItem) -> Self
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for StaticParts<'a>
impl<'a> !Send for StaticParts<'a>
impl<'a> !Sync for StaticParts<'a>
impl<'a> Unpin for StaticParts<'a>
impl<'a> !UnwindSafe for StaticParts<'a>
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
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: 80 bytes