pub struct projectLabelId;Trait Implementations§
Source§impl Field for projectLabelId
impl Field for projectLabelId
impl HasInputField<projectLabelId, Option<String>> for ViewPreferencesCreateInput
Auto Trait Implementations§
impl Freeze for projectLabelId
impl RefUnwindSafe for projectLabelId
impl Send for projectLabelId
impl Sync for projectLabelId
impl Unpin for projectLabelId
impl UnwindSafe for projectLabelId
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