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