pub struct NewRecruitJsonSerializer;Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewRecruitJsonSerializer
impl RefUnwindSafe for NewRecruitJsonSerializer
impl Send for NewRecruitJsonSerializer
impl Sync for NewRecruitJsonSerializer
impl Unpin for NewRecruitJsonSerializer
impl UnsafeUnpin for NewRecruitJsonSerializer
impl UnwindSafe for NewRecruitJsonSerializer
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