pub struct MetaField {
pub name: String,
pub value: MetaValue,
}Fields§
§name: String§value: MetaValueImplementations§
Trait Implementations§
impl StructuralPartialEq for MetaField
Auto Trait Implementations§
impl Freeze for MetaField
impl RefUnwindSafe for MetaField
impl Send for MetaField
impl Sync for MetaField
impl Unpin for MetaField
impl UnsafeUnpin for MetaField
impl UnwindSafe for MetaField
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