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