pub struct jobStatusId;Trait Implementations§
Source§impl Field for jobStatusId
impl Field for jobStatusId
Source§impl HasField<jobStatusId> for CloneProjectPayload
impl HasField<jobStatusId> for CloneProjectPayload
Auto Trait Implementations§
impl Freeze for jobStatusId
impl RefUnwindSafe for jobStatusId
impl Send for jobStatusId
impl Sync for jobStatusId
impl Unpin for jobStatusId
impl UnwindSafe for jobStatusId
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