Struct hydrate_pipeline::SchemaDefRecordMarkup
source · 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 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 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 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