pub struct VariantRet {
    pub arrow_token: Option<RArrow>,
    pub path: Path,
    pub bracket_token: Bracket,
    pub indices: TokenStream,
}Fields§
§arrow_token: Option<RArrow>§path: Path§bracket_token: Bracket§indices: TokenStreamTrait Implementations§
Source§impl Debug for VariantRet
 
impl Debug for VariantRet
Source§impl Parse for VariantRet
 
impl Parse for VariantRet
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for VariantRet
impl RefUnwindSafe for VariantRet
impl !Send for VariantRet
impl !Sync for VariantRet
impl Unpin for VariantRet
impl UnwindSafe for VariantRet
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