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