pub struct MarkerStaticField {
pub label: &'static str,
pub value: &'static str,
}
Expand description
The field description of a marker field which has the same key and value on all markers with this schema.
Fields§
§label: &'static str
§value: &'static str
Trait Implementations§
source§impl Clone for MarkerStaticField
impl Clone for MarkerStaticField
source§fn clone(&self) -> MarkerStaticField
fn clone(&self) -> MarkerStaticField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MarkerStaticField
impl Debug for MarkerStaticField
Auto Trait Implementations§
impl RefUnwindSafe for MarkerStaticField
impl Send for MarkerStaticField
impl Sync for MarkerStaticField
impl Unpin for MarkerStaticField
impl UnwindSafe for MarkerStaticField
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