pub struct ReverseRbacOutput {
pub clients: Option<HashMap<String, ReverseRbacClient>>,
}Fields§
§clients: Option<HashMap<String, ReverseRbacClient>>Implementations§
Source§impl ReverseRbacOutput
impl ReverseRbacOutput
pub fn new() -> ReverseRbacOutput
Trait Implementations§
Source§impl Clone for ReverseRbacOutput
impl Clone for ReverseRbacOutput
Source§fn clone(&self) -> ReverseRbacOutput
fn clone(&self) -> ReverseRbacOutput
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 ReverseRbacOutput
impl Debug for ReverseRbacOutput
Source§impl Default for ReverseRbacOutput
impl Default for ReverseRbacOutput
Source§fn default() -> ReverseRbacOutput
fn default() -> ReverseRbacOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReverseRbacOutput
impl<'de> Deserialize<'de> for ReverseRbacOutput
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 ReverseRbacOutput
impl PartialEq for ReverseRbacOutput
Source§fn eq(&self, other: &ReverseRbacOutput) -> bool
fn eq(&self, other: &ReverseRbacOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReverseRbacOutput
impl Serialize for ReverseRbacOutput
impl StructuralPartialEq for ReverseRbacOutput
Auto Trait Implementations§
impl Freeze for ReverseRbacOutput
impl RefUnwindSafe for ReverseRbacOutput
impl Send for ReverseRbacOutput
impl Sync for ReverseRbacOutput
impl Unpin for ReverseRbacOutput
impl UnsafeUnpin for ReverseRbacOutput
impl UnwindSafe for ReverseRbacOutput
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