pub struct StdLibCore;
Trait Implementations§
Source§impl StdCore for StdLibCore
impl StdCore for StdLibCore
Source§fn prelude_names() -> &'static [&'static str]
fn prelude_names() -> &'static [&'static str]
Names should be defined in prelude
Source§fn prelude_files() -> &'static [(&'static str, &'static str)]
fn prelude_files() -> &'static [(&'static str, &'static str)]
Prelude files to execute right after interpreter initialized Read more
Source§fn prelude_extension<Buffer: IoWrite>() -> Extension<Buffer>
fn prelude_extension<Buffer: IoWrite>() -> Extension<Buffer>
Prelude modules
Auto Trait Implementations§
impl Freeze for StdLibCore
impl RefUnwindSafe for StdLibCore
impl Send for StdLibCore
impl Sync for StdLibCore
impl Unpin for StdLibCore
impl UnwindSafe for StdLibCore
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