pub struct PrivilegeSyntax {
pub kind: ObjectPrivilegeSyntax,
pub columns: Vec<Identifier>,
}Fields§
§kind: ObjectPrivilegeSyntax§columns: Vec<Identifier>Trait Implementations§
Source§impl Clone for PrivilegeSyntax
impl Clone for PrivilegeSyntax
Source§fn clone(&self) -> PrivilegeSyntax
fn clone(&self) -> PrivilegeSyntax
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 PrivilegeSyntax
impl Debug for PrivilegeSyntax
Source§impl Display for PrivilegeSyntax
impl Display for PrivilegeSyntax
Source§impl PartialEq for PrivilegeSyntax
impl PartialEq for PrivilegeSyntax
impl StructuralPartialEq for PrivilegeSyntax
Auto Trait Implementations§
impl Freeze for PrivilegeSyntax
impl RefUnwindSafe for PrivilegeSyntax
impl Send for PrivilegeSyntax
impl Sync for PrivilegeSyntax
impl Unpin for PrivilegeSyntax
impl UnsafeUnpin for PrivilegeSyntax
impl UnwindSafe for PrivilegeSyntax
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