pub struct DerivingStrategy<'tree> {
pub span: Span,
/* private fields */
}Fields§
§span: SpanTrait Implementations§
Source§impl<'tree> Clone for DerivingStrategy<'tree>
impl<'tree> Clone for DerivingStrategy<'tree>
Source§fn clone(&self) -> DerivingStrategy<'tree>
fn clone(&self) -> DerivingStrategy<'tree>
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<'tree> Debug for DerivingStrategy<'tree>
impl<'tree> Debug for DerivingStrategy<'tree>
Source§impl<'tree> FromNode<'tree> for DerivingStrategy<'tree>
impl<'tree> FromNode<'tree> for DerivingStrategy<'tree>
Source§impl<'tree> LeafNode<'tree> for DerivingStrategy<'tree>
impl<'tree> LeafNode<'tree> for DerivingStrategy<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for DerivingStrategy<'tree>
impl<'tree> RefUnwindSafe for DerivingStrategy<'tree>
impl<'tree> Send for DerivingStrategy<'tree>
impl<'tree> Sync for DerivingStrategy<'tree>
impl<'tree> Unpin for DerivingStrategy<'tree>
impl<'tree> UnsafeUnpin for DerivingStrategy<'tree>
impl<'tree> UnwindSafe for DerivingStrategy<'tree>
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