pub struct BareField {
pub type_name: String,
pub field: String,
}Expand description
A metadata field that declared neither optional: nor required:
in a package written under the pre-flip language (it carried the
retired optional: key), and therefore received required: true —
the meaning the sealed read gives it.
Fields§
§type_name: String§field: StringTrait Implementations§
impl Eq for BareField
impl StructuralPartialEq for BareField
Auto Trait Implementations§
impl Freeze for BareField
impl RefUnwindSafe for BareField
impl Send for BareField
impl Sync for BareField
impl Unpin for BareField
impl UnsafeUnpin for BareField
impl UnwindSafe for BareField
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.