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 Freeze for PartiallyApplied
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