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