pub struct MultiUserJobAdOutput;
Trait Implementations§
Source§impl HasField<__typename> for MultiUserJobAdOutput
impl HasField<__typename> for MultiUserJobAdOutput
Source§impl HasField<results> for MultiUserJobAdOutput
impl HasField<results> for MultiUserJobAdOutput
Source§impl HasField<totalCount> for MultiUserJobAdOutput
impl HasField<totalCount> for MultiUserJobAdOutput
Auto Trait Implementations§
impl Freeze for MultiUserJobAdOutput
impl RefUnwindSafe for MultiUserJobAdOutput
impl Send for MultiUserJobAdOutput
impl Sync for MultiUserJobAdOutput
impl Unpin for MultiUserJobAdOutput
impl UnwindSafe for MultiUserJobAdOutput
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