pub struct parameters;
Trait Implementations§
Source§impl Field for parameters
impl Field for parameters
Source§impl HasField<parameters> for RepositoryRule
impl HasField<parameters> for RepositoryRule
Source§type Type = Option<RuleParameters>
type Type = Option<RuleParameters>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for parameters
impl RefUnwindSafe for parameters
impl Send for parameters
impl Sync for parameters
impl Unpin for parameters
impl UnwindSafe for parameters
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