Enum rustfmt_nightly::types::SegmentParam
source · pub(crate) enum SegmentParam<'a> {
Const(&'a AnonConst),
LifeTime(&'a Lifetime),
Type(&'a Ty),
Binding(&'a AssocConstraint),
}
Variants§
Implementations§
source§impl<'a> SegmentParam<'a>
impl<'a> SegmentParam<'a>
fn from_generic_arg(arg: &GenericArg) -> SegmentParam<'_>
Trait Implementations§
source§impl<'a> Debug for SegmentParam<'a>
impl<'a> Debug for SegmentParam<'a>
source§impl<'a> IntoOverflowableItem<'a> for SegmentParam<'a>
impl<'a> IntoOverflowableItem<'a> for SegmentParam<'a>
fn into_overflowable_item(&'a self) -> OverflowableItem<'a>
source§impl<'a> Rewrite for SegmentParam<'a>
impl<'a> Rewrite for SegmentParam<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SegmentParam<'a>
impl<'a> !Send for SegmentParam<'a>
impl<'a> !Sync for SegmentParam<'a>
impl<'a> Unpin for SegmentParam<'a>
impl<'a> !UnwindSafe for SegmentParam<'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: 16 bytes
Size for each variant:
Const
: 8 bytesLifeTime
: 8 bytesType
: 8 bytesBinding
: 8 bytes