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