pub struct projectLabel;Trait Implementations§
Source§impl Field for projectLabel
impl Field for projectLabel
Source§impl HasField<projectLabel> for Favorite
impl HasField<projectLabel> for Favorite
Source§type Type = Option<ProjectLabel>
type Type = Option<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