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