pub struct LetSmt {
pub span: Range<usize>,
/* private fields */
}Fields§
§span: Range<usize>Trait Implementations§
impl StructuralPartialEq for LetSmt
Auto Trait Implementations§
impl Freeze for LetSmt
impl RefUnwindSafe for LetSmt
impl Send for LetSmt
impl Sync for LetSmt
impl Unpin for LetSmt
impl UnwindSafe for LetSmt
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