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