pub struct Wall {
pub sources: &'static [Source],
pub pristine_roots: &'static [&'static str],
pub toolchain: &'static str,
}Fields§
§sources: &'static [Source]§pristine_roots: &'static [&'static str]§toolchain: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for Wall
impl RefUnwindSafe for Wall
impl Send for Wall
impl Sync for Wall
impl Unpin for Wall
impl UnsafeUnpin for Wall
impl UnwindSafe for Wall
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