pub struct CTuple {
pub types: Vec<ColTypeOption>,
}Expand description
User defined type. Read more…
Fields§
§types: Vec<ColTypeOption>List of types.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CTuple
impl RefUnwindSafe for CTuple
impl Send for CTuple
impl Sync for CTuple
impl Unpin for CTuple
impl UnwindSafe for CTuple
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