pub struct Assign {
pub var_name: String,
pub pv_name: Option<String>,
pub span: Span,
}Fields§
§var_name: String§pv_name: Option<String>§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for Assign
impl RefUnwindSafe for Assign
impl Send for Assign
impl Sync for Assign
impl Unpin for Assign
impl UnsafeUnpin for Assign
impl UnwindSafe for Assign
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