Struct sea_orm_codegen::ActiveEnum
source · pub struct ActiveEnum { /* private fields */ }Implementations§
source§impl ActiveEnum
impl ActiveEnum
pub fn impl_active_enum( &self, with_serde: &WithSerde, with_copy_enums: bool, extra_derives: &TokenStream, extra_attributes: &TokenStream ) -> TokenStream
Trait Implementations§
source§impl Clone for ActiveEnum
impl Clone for ActiveEnum
source§fn clone(&self) -> ActiveEnum
fn clone(&self) -> ActiveEnum
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ActiveEnum
impl Send for ActiveEnum
impl Sync for ActiveEnum
impl Unpin for ActiveEnum
impl !UnwindSafe for ActiveEnum
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