pub async fn write_build_mode<W: AsyncWriteExt + Unpin>( w: &mut W, v: BuildMode, ) -> Result<()>
Write a build mode to the stream.