pub struct hasPinnedItems;Trait Implementations§
Source§impl Field for hasPinnedItems
impl Field for hasPinnedItems
Source§impl HasField<hasPinnedItems> for ProfileItemShowcase
impl HasField<hasPinnedItems> for ProfileItemShowcase
Auto Trait Implementations§
impl Freeze for hasPinnedItems
impl RefUnwindSafe for hasPinnedItems
impl Send for hasPinnedItems
impl Sync for hasPinnedItems
impl Unpin for hasPinnedItems
impl UnwindSafe for hasPinnedItems
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