pub struct SchemaDefRecordMarkup {
pub display_name: Option<String>,
pub default_thumbnail: Option<PathBuf>,
pub tags: HashSet<String, RandomState>,
}
Fields§
§display_name: Option<String>
§default_thumbnail: Option<PathBuf>
Trait Implementations§
Source§impl Clone for SchemaDefRecordMarkup
impl Clone for SchemaDefRecordMarkup
Source§fn clone(&self) -> SchemaDefRecordMarkup
fn clone(&self) -> SchemaDefRecordMarkup
Returns a duplicate 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 SchemaDefRecordMarkup
impl Debug for SchemaDefRecordMarkup
Source§impl Default for SchemaDefRecordMarkup
impl Default for SchemaDefRecordMarkup
Source§fn default() -> SchemaDefRecordMarkup
fn default() -> SchemaDefRecordMarkup
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SchemaDefRecordMarkup
impl RefUnwindSafe for SchemaDefRecordMarkup
impl Send for SchemaDefRecordMarkup
impl Sync for SchemaDefRecordMarkup
impl Unpin for SchemaDefRecordMarkup
impl UnwindSafe for SchemaDefRecordMarkup
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