Struct stc_ts_env::StableEnv
source · [−]pub struct StableEnv {
pub(crate) marks: Marks,
}
Expand description
Stuffs which are not changed regardless
Fields
marks: Marks
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StableEnv
impl Send for StableEnv
impl Sync for StableEnv
impl Unpin for StableEnv
impl UnwindSafe for StableEnv
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more