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