pub struct projectLabel;Trait Implementations§
Source§impl Field for projectLabel
impl Field for projectLabel
Source§impl HasField<projectLabel> for ProjectLabelPayload
impl HasField<projectLabel> for ProjectLabelPayload
Source§type Type = ProjectLabel
type Type = ProjectLabel
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for projectLabel
impl RefUnwindSafe for projectLabel
impl Send for projectLabel
impl Sync for projectLabel
impl Unpin for projectLabel
impl UnwindSafe for projectLabel
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