pub struct InheritedRole {
pub role: String,
pub db: String,
}Expand description
An inherited role reference.
Fields§
§role: StringRole name.
db: StringDatabase.
Trait Implementations§
Source§impl Clone for InheritedRole
impl Clone for InheritedRole
Source§fn clone(&self) -> InheritedRole
fn clone(&self) -> InheritedRole
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 InheritedRole
impl Debug for InheritedRole
Source§impl<'de> Deserialize<'de> for InheritedRole
impl<'de> Deserialize<'de> for InheritedRole
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 InheritedRole
impl PartialEq for InheritedRole
Source§impl Serialize for InheritedRole
impl Serialize for InheritedRole
impl StructuralPartialEq for InheritedRole
Auto Trait Implementations§
impl Freeze for InheritedRole
impl RefUnwindSafe for InheritedRole
impl Send for InheritedRole
impl Sync for InheritedRole
impl Unpin for InheritedRole
impl UnwindSafe for InheritedRole
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