pub struct AddrOf {
pub kind: BorrowKind,
pub mutability: Mutability,
pub expr: Box<Expr>,
}Fields§
§kind: BorrowKind§mutability: Mutability§expr: Box<Expr>Trait Implementations§
source§impl From<AddrOf> for TokenStream
impl From<AddrOf> for TokenStream
source§impl PartialEq for AddrOf
impl PartialEq for AddrOf
impl Eq for AddrOf
impl StructuralEq for AddrOf
impl StructuralPartialEq for AddrOf
Auto Trait Implementations§
impl RefUnwindSafe for AddrOf
impl Send for AddrOf
impl Sync for AddrOf
impl Unpin for AddrOf
impl UnwindSafe for AddrOf
Blanket Implementations§
source§impl<E> Accessible for Ewhere
E: Into<Expr>,
impl<E> Accessible for Ewhere E: Into<Expr>,
source§impl<E> Assignable for Ewhere
E: Into<Expr>,
impl<E> Assignable for Ewhere E: Into<Expr>,
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