pub struct LocalizationUnit {
pub constructed: bool,
pub is_e_local_equiv: bool,
}Expand description
The localization unit η: X → L_E X.
Fields§
§constructed: boolWhether the unit map has been constructed.
is_e_local_equiv: boolWhether the map is a weak equivalence for E-local spectra.
Auto Trait Implementations§
impl Freeze for LocalizationUnit
impl RefUnwindSafe for LocalizationUnit
impl Send for LocalizationUnit
impl Sync for LocalizationUnit
impl Unpin for LocalizationUnit
impl UnsafeUnpin for LocalizationUnit
impl UnwindSafe for LocalizationUnit
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