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