pub struct Grantee {
pub grantee_type: GranteesType,
pub name: Option<GranteeName>,
}Expand description
The principal that receives the privileges
Fields§
§grantee_type: GranteesType§name: Option<GranteeName>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Grantee
impl<'de> Deserialize<'de> for Grantee
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 Ord for Grantee
impl Ord for Grantee
Source§impl PartialOrd for Grantee
impl PartialOrd for Grantee
Source§impl VisitMut for Grantee
impl VisitMut for Grantee
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for Grantee
impl StructuralPartialEq for Grantee
Auto Trait Implementations§
impl Freeze for Grantee
impl RefUnwindSafe for Grantee
impl Send for Grantee
impl Sync for Grantee
impl Unpin for Grantee
impl UnwindSafe for Grantee
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