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 Freeze for SchemaDefEnum
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