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