pub struct GrantPrivilege {
pub this: Box<Expression>,
pub expressions: Vec<Expression>,
}Expand description
GrantPrivilege
Fields§
§this: Box<Expression>§expressions: Vec<Expression>Trait Implementations§
Source§impl Clone for GrantPrivilege
impl Clone for GrantPrivilege
Source§fn clone(&self) -> GrantPrivilege
fn clone(&self) -> GrantPrivilege
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 GrantPrivilege
impl Debug for GrantPrivilege
Source§impl<'de> Deserialize<'de> for GrantPrivilege
impl<'de> Deserialize<'de> for GrantPrivilege
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GrantPrivilege
impl PartialEq for GrantPrivilege
Source§impl Serialize for GrantPrivilege
impl Serialize for GrantPrivilege
impl StructuralPartialEq for GrantPrivilege
Auto Trait Implementations§
impl Freeze for GrantPrivilege
impl RefUnwindSafe for GrantPrivilege
impl Send for GrantPrivilege
impl Sync for GrantPrivilege
impl Unpin for GrantPrivilege
impl UnwindSafe for GrantPrivilege
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