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