Struct cairo_lang_plugins::plugins::DeriveInfo
source · pub struct DeriveInfo { /* private fields */ }
Expand description
Information for the type being derived.
Auto Trait Implementations§
impl RefUnwindSafe for DeriveInfo
impl Send for DeriveInfo
impl Sync for DeriveInfo
impl Unpin for DeriveInfo
impl UnwindSafe for DeriveInfo
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