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