pub struct KeyvalMeta {
pub key: String,
pub prefix: String,
pub keyset: String,
pub kind: String,
pub default: String,
}Expand description
Metadata for a registered keyval, used by \xkvview.
Fields§
§key: String§prefix: String§keyset: String§kind: String§default: StringTrait Implementations§
Source§impl Clone for KeyvalMeta
impl Clone for KeyvalMeta
Source§fn clone(&self) -> KeyvalMeta
fn clone(&self) -> KeyvalMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for KeyvalMeta
impl RefUnwindSafe for KeyvalMeta
impl Send for KeyvalMeta
impl Sync for KeyvalMeta
impl Unpin for KeyvalMeta
impl UnsafeUnpin for KeyvalMeta
impl UnwindSafe for KeyvalMeta
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