pub struct DropViewExpr {
pub name: String,
}Expand description
drop view ActiveUsers
Fields§
§name: StringTrait Implementations§
Source§impl Clone for DropViewExpr
impl Clone for DropViewExpr
Source§fn clone(&self) -> DropViewExpr
fn clone(&self) -> DropViewExpr
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 DropViewExpr
impl Debug for DropViewExpr
Source§impl PartialEq for DropViewExpr
impl PartialEq for DropViewExpr
Source§fn eq(&self, other: &DropViewExpr) -> bool
fn eq(&self, other: &DropViewExpr) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DropViewExpr
Auto Trait Implementations§
impl Freeze for DropViewExpr
impl RefUnwindSafe for DropViewExpr
impl Send for DropViewExpr
impl Sync for DropViewExpr
impl Unpin for DropViewExpr
impl UnsafeUnpin for DropViewExpr
impl UnwindSafe for DropViewExpr
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