pub struct summaryIds;
Trait Implementations§
Source§impl HasArgument<summaryIds> for reorderSummaries
impl HasArgument<summaryIds> for reorderSummaries
Auto Trait Implementations§
impl Freeze for summaryIds
impl RefUnwindSafe for summaryIds
impl Send for summaryIds
impl Sync for summaryIds
impl Unpin for summaryIds
impl UnwindSafe for summaryIds
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