pub struct Address<'ast> {
pub value: String,
pub span: Span<'ast>,
}Fields§
§value: String§span: Span<'ast>Trait Implementations§
impl<'ast> StructuralPartialEq for Address<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for Address<'ast>
impl<'ast> RefUnwindSafe for Address<'ast>
impl<'ast> Send for Address<'ast>
impl<'ast> Sync for Address<'ast>
impl<'ast> Unpin for Address<'ast>
impl<'ast> UnsafeUnpin for Address<'ast>
impl<'ast> UnwindSafe for Address<'ast>
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