pub struct slaStatus;Trait Implementations§
impl HasInputField<slaStatus, Option<SlaStatusSort>> for IssueSortInput
Auto Trait Implementations§
impl Freeze for slaStatus
impl RefUnwindSafe for slaStatus
impl Send for slaStatus
impl Sync for slaStatus
impl Unpin for slaStatus
impl UnwindSafe for slaStatus
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