pub struct Res {
pub to_insert: TokenStream,
pub problem: Option<String>,
}
Fields§
§to_insert: TokenStream
§problem: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Res
impl RefUnwindSafe for Res
impl !Send for Res
impl !Sync for Res
impl Unpin for Res
impl UnwindSafe for Res
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