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