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