pub struct DropJobStatement {
pub token: Token,
pub name: ObjectName,
pub if_exists: bool,
pub behavior: DropBehaviorSyntax,
}Fields§
§token: Token§name: ObjectName§if_exists: bool§behavior: DropBehaviorSyntaxTrait Implementations§
Source§impl Clone for DropJobStatement
impl Clone for DropJobStatement
Source§fn clone(&self) -> DropJobStatement
fn clone(&self) -> DropJobStatement
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 DropJobStatement
impl Debug for DropJobStatement
Source§impl Display for DropJobStatement
impl Display for DropJobStatement
Source§impl PartialEq for DropJobStatement
impl PartialEq for DropJobStatement
impl StructuralPartialEq for DropJobStatement
Auto Trait Implementations§
impl Freeze for DropJobStatement
impl RefUnwindSafe for DropJobStatement
impl Send for DropJobStatement
impl Sync for DropJobStatement
impl Unpin for DropJobStatement
impl UnsafeUnpin for DropJobStatement
impl UnwindSafe for DropJobStatement
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