Struct solana_sdk_macro::RespanInput
source · pub(crate) struct RespanInput {
pub(crate) to_respan: Path,
pub(crate) respan_using: Span,
}
Fields§
§to_respan: Path
§respan_using: Span
Trait Implementations§
source§impl Parse for RespanInput
impl Parse for RespanInput
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl RefUnwindSafe for RespanInput
impl !Send for RespanInput
impl !Sync for RespanInput
impl Unpin for RespanInput
impl UnwindSafe for RespanInput
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