pub struct refUpdates;Trait Implementations§
Source§impl Field for refUpdates
impl Field for refUpdates
impl HasInputField<refUpdates, Vec<RefUpdate>> for UpdateRefsInput
Auto Trait Implementations§
impl Freeze for refUpdates
impl RefUnwindSafe for refUpdates
impl Send for refUpdates
impl Sync for refUpdates
impl Unpin for refUpdates
impl UnwindSafe for refUpdates
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