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