Struct diesel_table_macro_syntax::PrimaryKey
source · pub struct PrimaryKey {
pub keys: Punctuated<Ident, Comma>,
/* private fields */
}
Fields§
§keys: Punctuated<Ident, Comma>
Trait Implementations§
source§impl Parse for PrimaryKey
impl Parse for PrimaryKey
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for PrimaryKey
impl RefUnwindSafe for PrimaryKey
impl !Send for PrimaryKey
impl !Sync for PrimaryKey
impl Unpin for PrimaryKey
impl UnwindSafe for PrimaryKey
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