pub struct AddressTyped<'ast> {
pub type_: AddressType,
pub address: Address<'ast>,
pub span: Span<'ast>,
}Fields§
§type_: AddressType§address: Address<'ast>§span: Span<'ast>Trait Implementations§
Source§impl<'ast> Clone for AddressTyped<'ast>
impl<'ast> Clone for AddressTyped<'ast>
Source§fn clone(&self) -> AddressTyped<'ast>
fn clone(&self) -> AddressTyped<'ast>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'ast> Debug for AddressTyped<'ast>
impl<'ast> Debug for AddressTyped<'ast>
Source§impl<'ast> Display for AddressTyped<'ast>
impl<'ast> Display for AddressTyped<'ast>
Source§impl<'ast> FromPest<'ast> for AddressTyped<'ast>
impl<'ast> FromPest<'ast> for AddressTyped<'ast>
Source§impl<'ast> PartialEq for AddressTyped<'ast>
impl<'ast> PartialEq for AddressTyped<'ast>
impl<'ast> StructuralPartialEq for AddressTyped<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for AddressTyped<'ast>
impl<'ast> RefUnwindSafe for AddressTyped<'ast>
impl<'ast> Send for AddressTyped<'ast>
impl<'ast> Sync for AddressTyped<'ast>
impl<'ast> Unpin for AddressTyped<'ast>
impl<'ast> UnsafeUnpin for AddressTyped<'ast>
impl<'ast> UnwindSafe for AddressTyped<'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