pub struct update;
Trait Implementations§
impl HasInputField<update, Option<UpdateParametersInput>> for RuleParametersInput
Auto Trait Implementations§
impl Freeze for update
impl RefUnwindSafe for update
impl Send for update
impl Sync for update
impl Unpin for update
impl UnwindSafe for update
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