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