struct SignatureInput {
literal: Literal,
}Expand description
Input type for the signature macro.
Fields§
§literal: LiteralTrait Implementations§
Source§impl Parse for SignatureInput
impl Parse for SignatureInput
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for SignatureInput
impl RefUnwindSafe for SignatureInput
impl !Send for SignatureInput
impl !Sync for SignatureInput
impl Unpin for SignatureInput
impl UnsafeUnpin for SignatureInput
impl UnwindSafe for SignatureInput
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