struct Prop(Ident, LitStr);
Tuple Fields§
§0: Ident
§1: LitStr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Prop
impl RefUnwindSafe for Prop
impl !Send for Prop
impl !Sync for Prop
impl Unpin for Prop
impl UnwindSafe for Prop
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