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