pub struct SysRoot { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for SysRoot
impl RefUnwindSafe for SysRoot
impl Send for SysRoot
impl Sync for SysRoot
impl Unpin for SysRoot
impl UnsafeUnpin for SysRoot
impl UnwindSafe for SysRoot
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