pub struct CoreOptionCategory {
pub key: String,
pub description: String,
pub info: Option<String>,
}Fields§
§key: String§description: String§info: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for CoreOptionCategory
impl Clone for CoreOptionCategory
Source§fn clone(&self) -> CoreOptionCategory
fn clone(&self) -> CoreOptionCategory
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 moreSource§impl Debug for CoreOptionCategory
impl Debug for CoreOptionCategory
Source§impl PartialEq for CoreOptionCategory
impl PartialEq for CoreOptionCategory
Source§fn eq(&self, other: &CoreOptionCategory) -> bool
fn eq(&self, other: &CoreOptionCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CoreOptionCategory
impl StructuralPartialEq for CoreOptionCategory
Auto Trait Implementations§
impl Freeze for CoreOptionCategory
impl RefUnwindSafe for CoreOptionCategory
impl Send for CoreOptionCategory
impl Sync for CoreOptionCategory
impl Unpin for CoreOptionCategory
impl UnsafeUnpin for CoreOptionCategory
impl UnwindSafe for CoreOptionCategory
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