pub struct UpdateDigestInput;
Trait Implementations§
impl HasInputField<data, UpdateDigestDataInput> for UpdateDigestInput
impl HasInputField<selector, SelectorInput> for UpdateDigestInput
impl InputObjectMarker for UpdateDigestInput
Auto Trait Implementations§
impl Freeze for UpdateDigestInput
impl RefUnwindSafe for UpdateDigestInput
impl Send for UpdateDigestInput
impl Sync for UpdateDigestInput
impl Unpin for UpdateDigestInput
impl UnwindSafe for UpdateDigestInput
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