pub struct UpdateParameters;Trait Implementations§
Source§impl HasField<__typename> for UpdateParameters
impl HasField<__typename> for UpdateParameters
Source§impl NamedType for UpdateParameters
impl NamedType for UpdateParameters
impl HasSubtype<UpdateParameters> for RuleParameters
Auto Trait Implementations§
impl Freeze for UpdateParameters
impl RefUnwindSafe for UpdateParameters
impl Send for UpdateParameters
impl Sync for UpdateParameters
impl Unpin for UpdateParameters
impl UnwindSafe for UpdateParameters
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