pub struct labelableId;Trait Implementations§
Source§impl Field for labelableId
impl Field for labelableId
impl HasInputField<labelableId, Id> for AddLabelsToLabelableInput
Auto Trait Implementations§
impl Freeze for labelableId
impl RefUnwindSafe for labelableId
impl Send for labelableId
impl Sync for labelableId
impl Unpin for labelableId
impl UnwindSafe for labelableId
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