pub struct agentGuidanceRole;Trait Implementations§
Source§impl Field for agentGuidanceRole
impl Field for agentGuidanceRole
impl HasInputField<agentGuidanceRole, Option<UserRoleType>> for OrganizationSecuritySettingsInput
Auto Trait Implementations§
impl Freeze for agentGuidanceRole
impl RefUnwindSafe for agentGuidanceRole
impl Send for agentGuidanceRole
impl Sync for agentGuidanceRole
impl Unpin for agentGuidanceRole
impl UnwindSafe for agentGuidanceRole
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