pub struct VisitableNode {
pub input: DeriveInput,
pub visit_mode: VisitMode,
}Fields§
§input: DeriveInput§visit_mode: VisitModeImplementations§
Trait Implementations§
Source§impl Clone for VisitableNode
impl Clone for VisitableNode
Source§fn clone(&self) -> VisitableNode
fn clone(&self) -> VisitableNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VisitableNode
impl Debug for VisitableNode
Source§impl Hash for VisitableNode
impl Hash for VisitableNode
Source§impl PartialEq for VisitableNode
impl PartialEq for VisitableNode
impl Eq for VisitableNode
impl StructuralPartialEq for VisitableNode
Auto Trait Implementations§
impl Freeze for VisitableNode
impl RefUnwindSafe for VisitableNode
impl !Send for VisitableNode
impl !Sync for VisitableNode
impl Unpin for VisitableNode
impl UnwindSafe for VisitableNode
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