pub struct RepositoryRuleInput;
Trait Implementations§
impl HasInputField<id, Option<Id>> for RepositoryRuleInput
impl HasInputField<parameters, Option<RuleParametersInput>> for RepositoryRuleInput
impl HasInputField<type, RepositoryRuleType> for RepositoryRuleInput
impl InputObjectMarker for RepositoryRuleInput
Auto Trait Implementations§
impl Freeze for RepositoryRuleInput
impl RefUnwindSafe for RepositoryRuleInput
impl Send for RepositoryRuleInput
impl Sync for RepositoryRuleInput
impl Unpin for RepositoryRuleInput
impl UnwindSafe for RepositoryRuleInput
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