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