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