Struct hydrate_pipeline::SchemaDefEnumSymbol
source · pub struct SchemaDefEnumSymbol { /* private fields */ }
Implementations§
source§impl SchemaDefEnumSymbol
impl SchemaDefEnumSymbol
pub fn new( symbol_name: String, symbol_uuid: Uuid, aliases: Vec<String> ) -> Result<SchemaDefEnumSymbol, SchemaDefValidationError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SchemaDefEnumSymbol
impl Send for SchemaDefEnumSymbol
impl Sync for SchemaDefEnumSymbol
impl Unpin for SchemaDefEnumSymbol
impl UnwindSafe for SchemaDefEnumSymbol
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