Struct sea_orm_codegen::ActiveEnum
source · [−]pub struct ActiveEnum { /* private fields */ }Implementations
sourceimpl ActiveEnum
impl ActiveEnum
pub fn impl_active_enum(
&self,
with_serde: &WithSerde,
with_copy_enums: bool
) -> TokenStream
Trait Implementations
sourceimpl Clone for ActiveEnum
impl Clone for ActiveEnum
sourcefn clone(&self) -> ActiveEnum
fn clone(&self) -> ActiveEnum
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more