pub enum OwnershipTargetSyntax {
Table(ObjectName),
Function(RoutineSignatureSyntax),
Procedure(RoutineSignatureSyntax),
}Variants§
Trait Implementations§
Source§impl Clone for OwnershipTargetSyntax
impl Clone for OwnershipTargetSyntax
Source§fn clone(&self) -> OwnershipTargetSyntax
fn clone(&self) -> OwnershipTargetSyntax
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 OwnershipTargetSyntax
impl Debug for OwnershipTargetSyntax
Source§impl Display for OwnershipTargetSyntax
impl Display for OwnershipTargetSyntax
Source§impl PartialEq for OwnershipTargetSyntax
impl PartialEq for OwnershipTargetSyntax
impl StructuralPartialEq for OwnershipTargetSyntax
Auto Trait Implementations§
impl Freeze for OwnershipTargetSyntax
impl RefUnwindSafe for OwnershipTargetSyntax
impl Send for OwnershipTargetSyntax
impl Sync for OwnershipTargetSyntax
impl Unpin for OwnershipTargetSyntax
impl UnsafeUnpin for OwnershipTargetSyntax
impl UnwindSafe for OwnershipTargetSyntax
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