pub struct PrimitiveInput {
pub ty: Type,
pub manual_shrink_to_fit: Option<Span>,
}
Fields§
§ty: Type
§manual_shrink_to_fit: Option<Span>
Trait Implementations§
Source§impl Debug for PrimitiveInput
impl Debug for PrimitiveInput
Source§impl Parse for PrimitiveInput
impl Parse for PrimitiveInput
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for PrimitiveInput
impl RefUnwindSafe for PrimitiveInput
impl !Send for PrimitiveInput
impl !Sync for PrimitiveInput
impl Unpin for PrimitiveInput
impl UnwindSafe for PrimitiveInput
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