pub struct MacroString(pub String);
Tuple Fields§
§0: String
Trait Implementations§
Source§impl Parse for MacroString
impl Parse for MacroString
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for MacroString
impl RefUnwindSafe for MacroString
impl Send for MacroString
impl Sync for MacroString
impl Unpin for MacroString
impl UnwindSafe for MacroString
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