pub struct CreatePlannerSupportStatement {
pub token: Token,
pub name: ObjectName,
pub function: RoutineSignatureSyntax,
pub extension_name: Identifier,
pub local_id: SmartString,
}Fields§
§token: Token§name: ObjectName§function: RoutineSignatureSyntax§extension_name: Identifier§local_id: SmartStringTrait Implementations§
Source§impl Clone for CreatePlannerSupportStatement
impl Clone for CreatePlannerSupportStatement
Source§fn clone(&self) -> CreatePlannerSupportStatement
fn clone(&self) -> CreatePlannerSupportStatement
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 moreimpl StructuralPartialEq for CreatePlannerSupportStatement
Auto Trait Implementations§
impl Freeze for CreatePlannerSupportStatement
impl RefUnwindSafe for CreatePlannerSupportStatement
impl Send for CreatePlannerSupportStatement
impl Sync for CreatePlannerSupportStatement
impl Unpin for CreatePlannerSupportStatement
impl UnsafeUnpin for CreatePlannerSupportStatement
impl UnwindSafe for CreatePlannerSupportStatement
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