Enum recursion::PartiallyApplied
source · pub enum PartiallyApplied {}Expand description
“An uninhabited type used to define MappableFrame instances for partially-applied types.”
For example: the MappableFrame instance for MyFrame<A> cannot be written over the
partially-applied type MyFrame, so instead we write it over MyFrame<PartiallyApplied>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PartiallyApplied
impl Send for PartiallyApplied
impl Sync for PartiallyApplied
impl Unpin for PartiallyApplied
impl UnwindSafe for PartiallyApplied
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