pub struct CompositeField {
pub pg_name: String,
pub rust_ident: Ident,
pub rust_type: String,
}Fields§
§pg_name: String§rust_ident: Ident§rust_type: StringAlways Option<T> — composite fields are always nullable on the wire.
Auto Trait Implementations§
impl Freeze for CompositeField
impl RefUnwindSafe for CompositeField
impl !Send for CompositeField
impl !Sync for CompositeField
impl Unpin for CompositeField
impl UnsafeUnpin for CompositeField
impl UnwindSafe for CompositeField
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