pub enum ProceduralType {
Scalar(SmartString),
RowType(ObjectName),
}Variants§
Scalar(SmartString)
RowType(ObjectName)
Trait Implementations§
Source§impl Clone for ProceduralType
impl Clone for ProceduralType
Source§fn clone(&self) -> ProceduralType
fn clone(&self) -> ProceduralType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProceduralType
impl Debug for ProceduralType
Source§impl Display for ProceduralType
impl Display for ProceduralType
Source§impl PartialEq for ProceduralType
impl PartialEq for ProceduralType
impl StructuralPartialEq for ProceduralType
Auto Trait Implementations§
impl Freeze for ProceduralType
impl RefUnwindSafe for ProceduralType
impl Send for ProceduralType
impl Sync for ProceduralType
impl Unpin for ProceduralType
impl UnsafeUnpin for ProceduralType
impl UnwindSafe for ProceduralType
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