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