pub struct MagmaField {
pub name: String,
pub ty: Type,
pub doc: Option<String>,
}Fields§
§name: String§ty: Type§doc: Option<String>Auto Trait Implementations§
impl !Send for MagmaField
impl !Sync for MagmaField
impl Freeze for MagmaField
impl RefUnwindSafe for MagmaField
impl Unpin for MagmaField
impl UnsafeUnpin for MagmaField
impl UnwindSafe for MagmaField
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