pub struct ListRole {
pub name: String,
pub info: RoleInfo,
}Expand description
ListRole is the result of Galaxy::list_roles.
Fields§
§name: StringThe name of role.
info: RoleInfoThe info of role.
Auto Trait Implementations§
impl Freeze for ListRole
impl RefUnwindSafe for ListRole
impl Send for ListRole
impl Sync for ListRole
impl Unpin for ListRole
impl UnwindSafe for ListRole
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