pub struct Xmake;
Implementations§
Auto Trait Implementations§
impl Freeze for Xmake
impl RefUnwindSafe for Xmake
impl Send for Xmake
impl Sync for Xmake
impl Unpin for Xmake
impl UnwindSafe for Xmake
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