Struct sea_orm_codegen::PrimaryKey
source · [−]pub struct PrimaryKey { /* private fields */ }Implementations
sourceimpl PrimaryKey
impl PrimaryKey
pub fn get_name_snake_case(&self) -> Ident
pub fn get_name_camel_case(&self) -> Ident
Trait Implementations
sourceimpl Clone for PrimaryKey
impl Clone for PrimaryKey
sourcefn clone(&self) -> PrimaryKey
fn clone(&self) -> PrimaryKey
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 PrimaryKey
impl Send for PrimaryKey
impl Sync for PrimaryKey
impl Unpin for PrimaryKey
impl UnwindSafe for PrimaryKey
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