pub struct Delegate {
pub id: String,
pub type_: String,
}Expand description
The name of the attribute, which is one of the values defined in the UserAttribute enumeration.
Fields§
§id: StringThe identifier for the user or group associated as the resource's delegate.
type_: StringThe type of the delegate: user or group.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Delegate
impl<'de> Deserialize<'de> for Delegate
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
impl StructuralPartialEq for Delegate
Auto Trait Implementations§
impl Freeze for Delegate
impl RefUnwindSafe for Delegate
impl Send for Delegate
impl Sync for Delegate
impl Unpin for Delegate
impl UnwindSafe for Delegate
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