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