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