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