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