pub struct Deriving<'tree> {
pub span: Span,
pub classes: Constraint<'tree>,
pub strategy: Option<DerivingStrategy<'tree>>,
pub via: Option<Via<'tree>>,
}Fields§
§span: Span§classes: Constraint<'tree>§strategy: Option<DerivingStrategy<'tree>>§via: Option<Via<'tree>>Trait Implementations§
impl<'tree> Eq for Deriving<'tree>
impl<'tree> StructuralPartialEq for Deriving<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Deriving<'tree>
impl<'tree> RefUnwindSafe for Deriving<'tree>
impl<'tree> Send for Deriving<'tree>
impl<'tree> Sync for Deriving<'tree>
impl<'tree> Unpin for Deriving<'tree>
impl<'tree> UnsafeUnpin for Deriving<'tree>
impl<'tree> UnwindSafe for Deriving<'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