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