pub struct TeamDiscussionCommentOrder;
Trait Implementations§
impl HasInputField<direction, OrderDirection> for TeamDiscussionCommentOrder
impl HasInputField<field, TeamDiscussionCommentOrderField> for TeamDiscussionCommentOrder
impl InputObjectMarker for TeamDiscussionCommentOrder
Auto Trait Implementations§
impl Freeze for TeamDiscussionCommentOrder
impl RefUnwindSafe for TeamDiscussionCommentOrder
impl Send for TeamDiscussionCommentOrder
impl Sync for TeamDiscussionCommentOrder
impl Unpin for TeamDiscussionCommentOrder
impl UnwindSafe for TeamDiscussionCommentOrder
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