#[repr(u32)]pub enum DropObjectType {
Table = 0,
Index = 1,
View = 2,
Trigger = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DropObjectType
impl Clone for DropObjectType
Source§fn clone(&self) -> DropObjectType
fn clone(&self) -> DropObjectType
Returns a duplicate of the value. Read more
1.0.0 · 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 DropObjectType
impl Debug for DropObjectType
Source§impl PartialEq for DropObjectType
impl PartialEq for DropObjectType
impl Copy for DropObjectType
impl Eq for DropObjectType
impl StructuralPartialEq for DropObjectType
Auto Trait Implementations§
impl Freeze for DropObjectType
impl RefUnwindSafe for DropObjectType
impl Send for DropObjectType
impl Sync for DropObjectType
impl Unpin for DropObjectType
impl UnsafeUnpin for DropObjectType
impl UnwindSafe for DropObjectType
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